- This topic has 6 replies, 4 voices, and was last updated 6 years ago by emeszaros.
- AuthorPosts
- October 27, 2017 at 1:44 am #3769HenrikaParticipant
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
October 27, 2017 at 12:45 pm #3771TickyNuckerParticipantThe 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
October 29, 2017 at 11:28 pm #3812HashKeymaster@TickyNucker spot on.
January 16, 2018 at 2:29 am #4606emeszarosParticipantHi!
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’ linkBut nothing happened on the public site. Can you help me please what is wrong?
Thank you in advance!
January 16, 2018 at 3:12 pm #4607emeszarosParticipantSorry I did not mention that I use child theme.
January 18, 2018 at 9:52 pm #4638HashKeymaster@emeszaros use this plugin https://wordpress.org/plugins/loco-translate/
Or try making change in the parent theme instead.
January 23, 2018 at 2:20 pm #4650emeszarosParticipantThank you! That worked (modify in the parent theme)
- AuthorPosts
- You must be logged in to reply to this topic.