![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#10
|
|||
|
|||
|
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 | |
|
|
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 |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us