Remove label from search widget
-
I like to remove the label »Suche …« from the search widget. If I wanted a label, I could add it when placing the widget in the sidebar. It’s also redundant with the button label.
I tried:`function wpforo_search_form($html) {
$html=str_replace(‘placeholder=”Suche … ‘,’placeholder=” ‘, $html);
return $html;
}
add_filter(‘get_search_form’,’wpforo_search_form’);`
But that didn’t do it.
Any helpful idea would be greatly appreciated.
Greetings, FrankThe page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Remove label from search widget’ is closed to new replies.