![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#4
|
||||
|
||||
|
I was over thinking the issue.
All I needed to do was replace this <?php $recent = new WP_Query("showposts=7&cat=$cat"); while($recent->have_posts()) : $recent->the_post();?> With this <?php $recent = new WP_Query("showposts=7&cat=2"); while($recent->have_posts()) : $recent->the_post();?> 2 where 2 is the number of the desired cat.
__________________
Your Propeller-Head |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Insert recent post forum (vbulletin-wordpress) | simo80 | General Discussion | 2 | 11-30-2009 01:09 PM |
| How to insert bullet points (image) in widget (recent posts) | chenvova11 | General Discussion | 2 | 06-27-2009 08:01 AM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us