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
@hube2 yes it’s exact, the date field exist but is empty on some posts.
I have updated to :
$query->set( 'meta_query', array(
'relation' => 'AND',
'date_clause' => array(
'key' => 'date_de_sortie',
'value' => '',
'compare' => '!=',
)
)
);
Now it displays only posts with date field not empty.
Posts whith empty date field are not displayed.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.