Home › Forums › Backend Issues (wp-admin) › Order post objects by date when typing › Reply To: Order post objects by date when typing
Hi @ivgogra
I’m afraid you need to modify the core file to do it. In “wp-content/plugins/advanced-custom-fields-pro/fields/post_object.php”, you can find this code:
$posts = acf_order_by_search( $posts, $args['s'] );
Simply comment it to disable the order by search.
I hope this helps 🙂
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.