Sort by custom field not working
-
Hey there,
I’m running into a problem trying to sort my posts by custom fields. I set my custom fields to begin with, then used this query_posts to sort by a particular field:
query_posts(orderby=meta_value&meta_key=goals&sorder=DESC&posts_per_page=1)
… At first, that worked.
However, when I go back in and change my custom field values, then save the posts, it still sorts in the PREVIOUS order. I know the values are being updated correctly to the database, as the get_post_meta function is reflecting the most current changes. The sort just doesn’t seem to acknowledge them.
Any insight?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Sort by custom field not working’ is closed to new replies.