How do I sort custom taxonomy pages by custom date field in wordpress?

What I’d like to do is sort all posts that appear on pages filtered by different children of taxonomies, by a ‘date’ meta key.

I found this generic query_posts function:

Read More
query_posts('&meta_key=date&orderby=meta_value&order=DESC')

This grabs all the posts and places them on a single page, sorting these by my custom meta Key. I would like to still keep the pages separated by their given taxonomy/terms, but sort all of these by this date meta_key. I hope I’ve explained this correctly. Thank you very much, anyone who can help!

Related posts

Leave a Reply