Opened 21 months ago

Closed 21 months ago

Last modified 21 months ago

#18616 closed enhancement (wontfix)

WP_Query Order by Taxonomy

Reported by: justindgivens Owned by:
Priority: normal Milestone:
Component: Query Version: 3.2.1
Severity: normal Keywords: has-patch needs-testing
Cc:

Description

To be able to order by a taxonomy for any post type.

Added:

'orderby' => 'tax'
'tax_name' => 'taxonomy_name'

This way you can sort the post by the Term->name (ASC/DESC) value.

It was something needed in one of my projects and thought the WP community might like it.

Attachments (1)

query.diff (1.7 KB) - added by justindgivens 21 months ago.

Download all attachments as: .zip

Change History (4)

  • Keywords needs-testing added
  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed
Version 0, edited 21 months ago by scribu (next)

Scribu, thanks for the quick turn. Also thanks for those articles.

Note: See TracTickets for help on using tickets.