Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <form role="search" method="get" class="et-search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
  2. <?php
  3. printf( '<input type="search" class="et-search-field" placeholder="%1$s" placeholder="%2$s" name="s" title="%3$s" />',
  4. esc_attr__( 'Search &hellip;', 'Divi' ),
  5. get_search_query(),
  6. esc_attr__( 'Search for:', 'Divi' )
  7. );
  8. ?>
  9. <input type="hidden" name="searchblogs" value="1,2,3" />
  10. <button type="submit" id="searchsubmit_header"></button>
  11. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement