Home Forums Total Changing the word Home in the header

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #3769
    Henrika
    Participant

    Hi and thanks for the great theme!

    One question though, from where can I change the word Home which is in the breadcrumbs on posts and pages? Since my website is not in English, I would like it to say Etusivu, but I can’t seem to find the place from where to change it.

    Thanks for your help in advance!

    H

    #3771
    TickyNucker
    Participant

    The easiest way is to translate the theme to your language. I recommend the plugin Loco Translate: https://wordpress.org/plugins/loco-translate/

    Otherwise, for a quick fix (?) copy the file “total/inc/total-functions.php” to your child directory and change the text on this line: $text[‘home’] = __( ‘Home’, ‘total’ ); // text for the ‘Home’ link

    #3812
    Hash
    Keymaster

    @TickyNucker spot on.

    #4606
    emeszaros
    Participant

    Hi!

    I would like to modify “Home” by this way: $text[‘home’] = __( ‘Home’, ‘total’ ); // text for the ‘Home’ link
    So, now how it looks like: $text[‘home’] = __( ‘Főoldal’, ‘total’ ); // text for the ‘Home’ link

    But nothing happened on the public site. Can you help me please what is wrong?

    Thank you in advance!

    #4607
    emeszaros
    Participant

    Sorry I did not mention that I use child theme.

    #4638
    Hash
    Keymaster

    @emeszaros use this plugin https://wordpress.org/plugins/loco-translate/

    Or try making change in the parent theme instead.

    #4650
    emeszaros
    Participant

    Thank you! That worked (modify in the parent theme)

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.