StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   Only One Post Shows on Front Page - Streamline 3.0 (http://www.studiopress.com/support/showthread.php?t=24545)

PhotoGal 03-22-2010 12:01 AM

Only One Post Shows on Front Page - Streamline 3.0
 
I've searched and searched in the forum for the solution as to why only one of my two posts is showing on the front page of 912Photos.com. (It's currently showing only one post excerpt/thumbnail.) Do I change the following line of code? I had added "3" after "...&showposts=" but that did not work.

Code:

<?php $recent = new WP_Query("cat=".get_theme_mod('featured_top_left')."&showposts=".get_theme_mod('featured_top_left_num')); while($recent->have_posts()) : $recent->the_post();?>
In WordPress 2.9.2, the number of blog posts showing under Settings > Reading is currently set to "5."

This should be simple, right? What do I need to do in order to have multiple post excerpts/thumbnails on the home page?

Thank you.

CharlesClarkson 03-22-2010 05:18 AM

Quote:

Originally Posted by PhotoGal (Post 124393)
In WordPress 2.9.2, the number of blog posts showing under Settings > Reading is currently set to "5."

The number of posts shown is an option on the Streamline Theme Options page.


HTH,

PhotoGal 03-22-2010 07:08 AM

Simple, indeed! I had completely forgotten about an options page for the theme, Charles. Thank you so much!

CharlesClarkson 03-22-2010 10:46 AM

Quote:

Originally Posted by PhotoGal (Post 124464)
Thank you so much!

You're welcome.


All times are GMT -5. The time now is 02:14 PM.

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