Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * Search form.
  5. * @since 1.0.0
  6. * @version 1.0.0
  7. *
  8. */
  9. ?>
  10.  
  11. <div class="tt-s-search">
  12. <form action="<?php echo esc_url( home_url( '/' ) ); ?>" method="get" class="search" id="searchform">
  13. <input type="text" class="field" name="s" id="s" required="" placeholder="<?php echo esc_attr('Search articles', 'videoly'); ?>">
  14. <div class="tt-s-search-submit">
  15. <i class="fa fa-search" aria-hidden="true"></i>
  16. <input type="submit" name="submit" id="searchsubmit" value="">
  17. </div>
  18. </form>
  19. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement