Order Posts based on Value
-
Hi,
I wonder if anyone can help me with a problem I’m having, I’ve been searching the internet for a few hours and I can’t seem to find a simple solution to order my posts in a specific order.
I’ve got this query that orders the posts based on meta values
<?php query_posts("meta_key=number&orderby=meta_value"); ?>
It orders my numbers but it lists the numbers from high to low, I’d like to reverse this so the posts start with the smallest number?
Is there a simple solution?
Thanks in advance
Mark
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Order Posts based on Value’ is closed to new replies.