Skip to content

Instantly share code, notes, and snippets.

@cagriuckan
Created August 10, 2016 15:47
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/cc8827b4d9cbce61ad46a3f9fc39509b to your computer and use it in GitHub Desktop.
Save cagriuckan/cc8827b4d9cbce61ad46a3f9fc39509b to your computer and use it in GitHub Desktop.
Wordpress standart searchform.php
<!-- uckan.net - Standart Wordpress Search Form -->
<form class="search" action="<?php echo home_url( '/' ); ?>">
<input type="search" name="s" placeholder="Arama">
<input type="submit" value="Search">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment