Support

Account

Home Forums Backend Issues (wp-admin) Sort CPT entries by an ACF field Reply To: Sort CPT entries by an ACF field

  • Sorry, I probably missed it.

    Check the values you are passing to the query

    
    $orderby = $query->get( 'orderby');
    echo $orderby; die;
    

    this will give tell you what the value is and exit so that you can see it.