Hy,
I’d like to translate the search form to be only in english, how can I do it ? and is it possible to modify the template for this page ?
thanks
Thanks Andy.
Actually, the search form is in french. I didn’t choose it. Is there any file where I can do something to be in english or should I use Poedit ?
Thanks
Hey!
You can use the poedit software or this plugin to translate the “search” string: https://wordpress.org/plugins/codestyling-localization/
If you want to edit the text manually, edit searchform.php. Look for this code:
'placeholder' => __('Search','avia_framework')
Replace it with:
'placeholder' => 'Search'
Best regards,
Ismael
I found the solution. thanks