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 11-10-2008, 09:00 AM
John Flynn's Avatar
John Flynn John Flynn is offline
Registered User
Pro Plus Member
 
Join Date: Oct 2008
Location: Sherman, TX
Posts: 2,021
Default Re: featuring last post instead of photo gallery

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();?>
 

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
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


All times are GMT -5. The time now is 04:26 PM.

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