Change default English strings
Default language of the theme is English. If your site language is English too and you want to change some of the theme strings, this article is for you.
You can edit any of the theme strings with help of the function, that you find under this link.
What you need to do next is:
- Install and activate child theme. You will find it in the 'Child theme' folder of the theme package. Child theme is required to keep safe your changes.
- Copy/paste the function into functions.php file of the child theme.
- Edit the function by changing the following strings:
- Source text - enter text that needs to be translated
- Result text - enter text you want to apply instead of the original one
- theme name - enter name of your theme. You can find the correct theme name in the style.css file on 'Text Domain' line. - Save changes and view them on your site.