Site logo

Archived topic

Search field placeholder

9 replies · Started by themedleb on December 14, 2017

Viewing posts 1–10 of 10

Is there a way to add placeholder to the search field?

Thank you, I think it is what I'm looking for, so far I understood this:


add_filter( 'generate_search_placeholder', 'search_placeholder' );
function search_placeholder()
{ 
    return 'hello';
}

Tried it but it showed nothing in the search field.

By the way I'm talking about the search field that is in the menu.

Thank you.

Thanks, it works.

You're welcome :)

Hi Leo,

It worked very well!

Thanks

No problem :)

This archived topic is closed to new replies.