Skip to content

Instantly share code, notes, and snippets.

@MrJSdev
Created March 26, 2018 07:15
Show Gist options
  • Save MrJSdev/5bb4d826d94cbc921d307c7c71c93295 to your computer and use it in GitHub Desktop.
Save MrJSdev/5bb4d826d94cbc921d307c7c71c93295 to your computer and use it in GitHub Desktop.
<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