Support

Account

Home Forums ACF PRO Sort post by acf date first and after by title Reply To: Sort post by acf date first and after by title

  • If you want to sort by an acf field and something else then you must use a meta query with clauses.

    See the code example labeled
    ‘orderby’ with multiple ‘meta_key’s

    https://developer.wordpress.org/reference/classes/wp_query/#order-orderby-parameters

    the difference here that you would use post_title for the second part of the order by instead of 2 meta clauses.