• Resolved pogoshow

    (@pogoshow)


    Hello

    I have a problem with search result page. I mean, I can’t translate page title “Search Results for” Look here
    I’m surprised, because the brwoser’s tab title is translated. Look here

    Do you know where to find the code responsible for this fragment and can change it manually?

    I will be grateful for any hint.
    Robert

    The page I need help with: [log in to see the link]

Viewing 3 replies - 31 through 33 (of 33 total)
  • @simon110324

    Your solution worked for me!
    Is perfect, no plugins or template modifications.
    I also learned how to use URL parameters ??

    Thank you!

    to functions.php

    add_filter( ‘*YOUR-THEME-NAME*_breadcrumbs_settings’, ‘*YOUR-NAME-OF-FUNCTION*’);
    function *YOUR-NAME-OF-FUNCTION*( $args )
    {
    $args[‘labels’][‘search’] = esc_html__( ‘*YOUR-TRANSLATION-OR-TEXT* “%s”’, ‘*YOUR-THEME-NAME*’ );

    return $args;
    }

    Thanks @simon110324 – it worked for me as well!

Viewing 3 replies - 31 through 33 (of 33 total)
  • The topic ‘“Search Results for” translate title’ is closed to new replies.