View Single Post
  #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