Hello,
That string is translatable so you only need to translate it and change to the text you want.
Thank you for your quick response!
That sounds great … but I am not as advanced as some here, so where do I translate that string… I can’t seem to find it.
Many thanks.
Translations are not done from inside the theme, that would defeat the purpose of making the theme translatable 🙂
You have two choices:
– do it manually and generate .po and .mo files based on the .pot file provided in languages folder -> search for translating a wordpress theme and you’ll find many tutorials;
– do it with a plugin, like this one. This would be the easier way if you’re comfortable with installing an extra plugin.
A third and harder choice would be to create a child theme and overwrite the fp-latest-news.php file and change the text to whatever you like. This would imply unregistering the widget from the parent theme and registering your own.
Hi,
I got a problem with this button. There is just a small square with the border, I dt have the text “see all our news”.
Can u help me.
Thanks for ur help.
@mamaryon: There is a field in the widget in which you can add the text you want.