Guest User

Untitled

a guest
Oct 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <form role="search" method="get" id="searchform" action="<?php bloginfo('siteurl'); ?>">
  2. <div>
  3. <label class="screen-reader-text" for="s">Search for:</label>
  4. <input type="text" value="" name="s" id="s" />
  5. in <?php wp_dropdown_categories( 'show_option_all=All Categories' ); ?>
  6. <input type="submit" id="searchsubmit" value="Search" />
  7. </div>
  8. </form>
Add Comment
Please, Sign In to add comment