![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Here's my issue, I'm trying to encode the below to set the order of the posts.
<?php $recent = new WP_Query("cat=4&offset=4&showposts=3"); while($recent->have_posts()) : $recent->the_post();?> While this gets the right posts #5,#4,#3, I want them in a different order #3,#4, #5...so I tried this... <?php $recent = new WP_Query("cat=4&includes=7,17,18"); while($recent->have_posts()) : $recent->the_post();?> which isn't working. Suggestions? |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Home / About & Categories order ? | cornel | General Discussion | 3 | 08-08-2009 07:34 PM |
| change post order on Home Page? | billslaymaker | General Discussion | 3 | 12-09-2008 08:15 AM |
| Specify Post Order | knotty12 | General Discussion | 4 | 11-11-2008 03:52 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