Created
October 10, 2017 19:10
-
-
Save Basilakis/2ac2cf87da87179f8f6e93398982d55d to your computer and use it in GitHub Desktop.
Make search work only on one category
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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