Can I order posts in archive by meta value for specific category?
-
I’ve tried this:
query_posts(‘cat=’.$cat.’&child_limit=10&child_of=’.$id.’&orderby=meta_value&meta_key=loc&order=DESC’);
In lists the post for that category but they are ordered by date.
Can somebody help?
- The topic ‘Can I order posts in archive by meta value for specific category?’ is closed to new replies.