StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 08-13-2010, 07:45 AM
lancetylerphotos lancetylerphotos is offline
Registered User
Genesis Member
 
Join Date: Apr 2010
Posts: 26
Default

here is the code....

<div class="homeleft">

<div class="homeblock">

<h3><?php echo cat_id_to_name(get_theme_mod('featured_top_left')) ; ?></h3>

<?php $recent = new WP_Query("cat=Rookies&showposts=5"); while($recent->have_posts()) : $recent->the_post();?>
<?php sp_post_thumb($post, 'featured_top_left'); ?>




<p><strong><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></strong></p>
<?php the_content_limit(80, ""); ?>

<hr/>

<?php endwhile; ?>

<strong><a href="URL GOES HERE">More Posts From Rookies</a></strong>

</div>

</div>

<div class="homeright">

<div class="homeblock">

<h3><?php echo cat_id_to_name(get_theme_mod('featured_top_right') ); ?></h3>

<?php $recent = new WP_Query("cat=Photographers&showposts=5"); while($recent->have_posts()) : $recent->the_post();?>
<?php sp_post_thumb($post, 'featured_top_right'); ?>




<p><strong><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></strong></p>
<?php the_content_limit(80, ""); ?>

<hr/>

<?php endwhile; ?>

<strong><a href="URL GOES HERE">More Posts From Photographers</a></strong>

</div>

</div>

<div class="clear"></div>
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating additional .hpleft and .hpright - NOT WORKING lancetylerphotos General Discussion 6 08-14-2010 06:53 AM
Additional Photos not Working ludden General Discussion 8 05-30-2010 07:05 PM
Removing hpright and hpleft boxes mkirby2006 General Discussion 1 04-25-2010 12:53 AM
Tittle appears in hpbottom, hpleft and hpright ismababy General Discussion 8 02-25-2010 06:04 AM
V2 and creating additional blocks seventyone General Discussion 3 02-27-2009 07:44 AM


All times are GMT -5. The time now is 01:56 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.