Created
March 26, 2018 07:15
-
-
Save MrJSdev/5bb4d826d94cbc921d307c7c71c93295 to your computer and use it in GitHub Desktop.
to specific category: http://extracatchy.net/wordpress-limit-search-results/
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 method=”get” action=”<?php bloginfo(‘home’); ?>/”> | |
<input type=”hidden” name=”cat” id=”cat” value=”8″ /> <!-- cahnge category value to your category id --> | |
<input type=”text” size=”14″ name=”s” value=”Search” /> | |
<input type=”submit” value=”Search” /> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment