![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#2
|
||||
|
||||
|
The easiest way would be to just feature the last several posts and use the featured content gallery built into the theme. If you just want one post featured you will have to build a custom section to replace where this lies and call you latest post with something like this:
Code:
<?php $recent = new WP_Query("cat=1&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>
__________________
John Flynn Kickstart Media Latest StudioPress Design Recommended StudioPress/Revolution Designer |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Photo Post does not display gallery | jenna | General Discussion | 12 | 03-28-2010 02:54 PM |
| Featuring the most recent post in full width | onuitstaanbaar | General Discussion | 3 | 11-24-2009 11:59 AM |
| Featuring the most recent post | dotman | General Discussion | 8 | 11-23-2009 10:52 PM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us