I am trying the way to sort post from custom field numeric value.
Here is my query:
query_posts( 'cat=2684' );
how to tell to use the custom field "sort_number" value
|
I am trying the way to sort post from custom field numeric value. Here is my query:
how to tell to use the custom field "sort_number" value |
|||
|
|
|
To sort your posts by a numeric value in a custom field your query would look like this:
|
|||
|
|