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 -- and this forum will be removed on July 1st, 2013.

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
  #1  
Old 11-19-2008, 11:06 AM
andyj andyj is offline
Registered User
 
Join Date: Nov 2008
Posts: 2
Default Post Order in Home.php

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

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
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


All times are GMT -5. The time now is 07:48 PM.

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