Username
Password
Home › Forums › Theme Support › Templates for the word "Search"
I’m searching to change the word “Search” to the Swedish “Sök”.
Which Template should I go into?
I could change it inside the Search box, but not the Headline
https://wp.segrandeliv.se/
It’s inside searchform.php, first line.
Regards, Sinisa
Hmmm strange.
I’ve written like this: <?php $search_text = empty($_GET[‘s’]) ? “Sök” : get_search_query(); ?> <div id=”Sök”>
But it stil say “Search”
Sorry, I misread you. I thought you want to change input value.
You do not need to change <div id="search"> to <div id="Sök">.
<div id="search">
<div id="Sök">
To change widget title, go to sidebar.php and change it here:
<div class="bwidget"> <h3>Search</h3> <?php get_search_form(); ?> </div>
Perfect!
Thanks for the fast reply all the time!
We’re here to help 🙂 Let us know if you have more questions.
Best regards, Sinisa
You must be logged in to reply to this topic.