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
  #10  
Old 03-23-2010, 01:53 AM
app2us app2us is offline
Registered User
Genesis Member
 
Join Date: Mar 2010
Posts: 13
Default

Finally figured it out, in home.php:
change
<?php $recent = new WP_Query("cat=".get_theme_mod('featured_top_left') ."&showposts=".get_theme_mod('featured_top_left_nu m')); while($recent->have_posts()) : $recent->the_post();?>

with
<?php $recent = new WP_Query("cat=".all."&showposts=".get_theme_mod('f eatured_top_left_num')); while($recent->have_posts()) : $recent->the_post();?>

Thanks Mr. Clarkson once again.
__________________
Sincerely,
app2us
www.app2us.com
 

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
Preview post not working Heathercowper General Discussion 2 11-12-2009 04:46 PM
Post Preview Problem Dasha1000 General Discussion 2 07-19-2009 02:38 PM


All times are GMT -5. The time now is 10:04 AM.

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