Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #430025

    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

    • This topic was modified 9 years ago by abhyp.
    #430756

    Hi abhyp!

    you could use this: https://poedit.net/wordpress

    Cheers!
    Andy

    #430763

    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

    #431778

    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

    #435700

    I found the solution. thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Search form’ is closed to new replies.