Make WordPress Core

Opened 12 years ago

Last modified 10 years ago

#19833 closed defect (bug)

can not sort by 2 custom fields — at Initial Version

Reported by: zied86's profile zied86 Owned by: zied86gmailcom's profile zied86@…
Milestone: Priority: normal
Severity: blocker Version: 3.3.1
Component: Query Keywords:
Focuses: Cc:

Description

Hello
I followed the syntax of the codex to sort by two criteria of custom fields, but unfortunately it does not work

http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters[[BR]]

It accepts only one custom field

$args = array(
'post_type' => 'post_type',
'posts_per_page' => '20',
'orderby' => 'custom_field1 custom_field2',
'order' => 'ASC');

$query = new WP_Query( $args );

thank you

Change History (0)

Note: See TracTickets for help on using tickets.