Advertisement
Guest User

Untitled

a guest
Jan 28th, 2018
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <form method="get" id="searchform" action="<?php echo esc_url(home_url('/') ); ?>/" class="navbar-form navbar-right nk-search">
  2. <button type="submit" class="btn btn-default">SEARCH</button>
  3. <div class="form-group">
  4. <input type="text" name="s" id="s" class="form-control">
  5. </div>
  6.  
  7.  
  8. </form>
  9.  
  10. </div>
  11.  
  12. <form method="get" id="searchform" action="<?php bloginfo('url'); ?>/" class="navbar-form navbar-right nk-search2">
  13. <button type="submit" class="btn btn-default">SEARCH</button>
  14. <div class="form-group">
  15. <input type="text" name="s" id="s" class="form-control formnk">
  16. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement