Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter enigmaverse

    (@enigmaverse)

    I found my answer through another thread:

    the function supports three option:
    function ms_global_search_vertical_form( $page, $search_pages, $hide_options )

    so by changing this:
    <?php Multisite_Global_Search::ms_global_search_horizontal_form(‘search-results’) ?>
    to this:
    <?php Multisite_Global_Search::ms_global_search_vertical_form(‘search-results’,”,’hide_options’); ?>

    you can hide options.

    Thank you!!! Why this isn’t included in the documentation is beyond me…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How Do I hide search options in template’ is closed to new replies.