Support

Account

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 🙂