Skip to content

Instantly share code, notes, and snippets.

@Basilakis
Created October 10, 2017 19:10
Show Gist options
  • Save Basilakis/2ac2cf87da87179f8f6e93398982d55d to your computer and use it in GitHub Desktop.
Save Basilakis/2ac2cf87da87179f8f6e93398982d55d to your computer and use it in GitHub Desktop.
Make search work only on one category
<form class="mk-searchform" method="get" id="searchform" action="<?php echo home_url(); ?>">
<input type="text" class="text-input" value="<?php if(!empty($_GET['s'])) echo get_search_query(); ?>" name="s" id="s" />
<input type="hidden" value="59" name="cat" id="scat" />
<i class="mk-icon-search"><input value="" type="submit" class="search-button" type="submit" /></i>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment