• This plug in seems to break the ability to search future posts from the admin page. I was able to fix this by adding an is_adim check in searcheverything.php:

    function se_no_future($where){

    global $wpdb;
    if (!empty($this->query_instance->query_vars[‘s’]) && !is_admin())
    { …

    Great plug-in, just thought you should know about this bug!

    http://wordpress.org/extend/plugins/search-everything/

  • The topic ‘Admin Page Future Post Search’ is closed to new replies.