Guest User

Untitled

a guest
Nov 12th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <form role="search" method="get" class="c-search" id="searchform" action="<?php echo home_url( '/' ); ?>">
  2. <input type="search" class="e-search-field__item" value="<?php echo get_search_query() ?>" name="s" id="s"
  3. placeholder="type and hit enter">
  4. <input type="hidden" name="post_type" value="posts" />
  5. <input type="hidden" name="post_type" value="page" />
  6. <input type="submit" id="searchsubmit" class="c-search-submit submit-button" value="Search" />
  7. </form>
Add Comment
Please, Sign In to add comment