Skip to content

Instantly share code, notes, and snippets.

@brunomertins
Created March 28, 2015 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunomertins/d495d993a85119d1a384 to your computer and use it in GitHub Desktop.
Save brunomertins/d495d993a85119d1a384 to your computer and use it in GitHub Desktop.
Resultados de Busqueda
//* Customize search text
add_filter( 'genesis_search_title_text', 'search_title_text' );
function search_title_text() {
return 'Resultados de búsqueda: ';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment