Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mikko Saari

    (@msaari)

    In the ′switch′?block, you have this:

    case 'search':
                   global $query_string;
                   query_posts( $query_string . '&post_type=post');
                   $archive_title = __('search', 'loc_canon');
                   $archive_subject = get_search_query();
                   break;

    Remove the line with query_posts(). It’s the wrong way to do that anyway, and messes up with Relevanssi.

    Thread Starter house98

    (@house98)

    THANK YOU! Works great.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Indexed many pages, showing no results’ is closed to new replies.