Jump to content

Inside search box translation


Milada

Recommended Posts

Hi all,

how can I please translate the inside of the search box, please have a look at French: http://moreyouthfulskin.com/fr/produits/
?

On the right inside the box there is "Search my blog", instead I would like to have there: "CHERCHEZ DANS CE SITE"

 

I added this:

 

//* Customize search form input box text

add_filter( 'genesis_search_text', 'sp_search_text' );
function sp_search_text( $text ) {
return esc_attr( 'Search my blog...' );
}
but do not know how to continue.

Thanks for your help,

Milada

http://moreyouthfulskin.com

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...