Skip to content

Instantly share code, notes, and snippets.

@cagriuckan
Created August 10, 2016 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cagriuckan/f32395a0f5d78a5612dcee0c30788318 to your computer and use it in GitHub Desktop.
Save cagriuckan/f32395a0f5d78a5612dcee0c30788318 to your computer and use it in GitHub Desktop.
Custom post type search form
<!-- uckan.net - WordpressCustom Post Tyle Search Form -->
<form class="search" action="<?php echo home_url( '/' ); ?>">
<input type="search" name="s" placeholder="Search&hellip;">
<input type="submit" value="Search">
<input type="hidden" name="post_type" value="post-type-ismi">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment