Support

Account

Home Forums Front-end Issues How to orderby multiple meta_key Reply To: How to orderby multiple meta_key

  • That worked thanks! Just added

    'orderby'    => array(
    			'event_date' => 'ASC',
    			'time_start' => 'ASC'
    		),
    

    Matt