Support

Account

Home Forums Front-end Issues WP Query – Order by number and then time Reply To: WP Query – Order by number and then time

  • Do you need to declare the type?

    'time_clause' => array(
    	'key'		=> 'from_time',
    	'compare'	=> '=',
    	'type'		=> 'time',
    ),

    What does the time field return? Is it HH:MM:SS?