Support

Account

Home Forums ACF PRO Show some specific posts first then all posts Reply To: Show some specific posts first then all posts

  • Hi
    Check your code.
    new \WP_Query has a random backslash
    'orderby' => 'meta_value date', you’re ordering by a date field?

    You could check the ACF docs on querying by custom fields. The WP Docs show how to order by custom fields