• Skip to primary navigation
  • Skip to main content

Genesis Community

Resources for Genesis WordPress Theme Users

  • Facebook
  • Twitter
  • Slack
  • Wiki
  • Login
You are here: Home / Wikis / Genesis / Search form input box text

Search form input box text

// Customizes search form input box text.
add_filter( 'genesis_search_text', 'sp_search_text' );
function sp_search_text( $text ) {

    return esc_attr( 'Search my blog...' );

}

Posted by: Sridhar Katakam Category: Genesis Tags: search

« Structural Wraps
genesis_custom_loop() example »

Copyright © 2026 · Genesis Sample on Genesis Framework · WordPress · Log in