I am doing a few updates and want to add the word “Search” into the navigation bar next to the search icon. I can’t for the life of me figure out how I got that search icon into the navigation bar and how I edit it. Can you help with that? I searched the forum and couldn’t find information about it. Thank you for any assistance you can provide. And thank you for a great wordpress template!
add_filter('generate_search_placeholder','generate_custom_search_placeholder');
function generate_custom_search_placeholder()
{
return 'Enter your search term here';
}
using the plugin and? Or who?
This reply was modified 8 years, 5 months ago by Tom.