• Please have a look…

    When you search for something the just added menu changes.

    Do a search for test and watch the menu change… Not sure why this is happening.

    https://www.detroitmetrorestaurantguide.com/

    I am really looking for a search where I could have it on the main page with Cuisine, Feature, Zipcode filters. If you see anything please let me know.

Viewing 1 replies (of 1 total)
  • In the search results template page try adding
    <?php $wp_query->init(); ?> immediately after the end of the search loop. Search Everything overides the global $wp_query object and so may impact other loops/code on the page after its called – I’ve only just discovered this myself so I’ve not tested this solution in many scenarios yet, but so far its working for me.

Viewing 1 replies (of 1 total)
  • The topic ‘Wierd Search Everything Issue’ is closed to new replies.