Change "Read more" in news overview using Theme X Renew stack

Hi,

How can I change the standard text “Read more” on my webpage http://www.scholenvanmorgen.eu/news/?

I am using Theme X, Renew stack.

Thanks!

Hello @jetvantongeren,

Thanks for asking. :slight_smile:

Because this will require change in code, I suggest you to setup child theme. You can refer following resource to learn more about installing child theme and best practices. Also sharing link using which you can download child theme:

https://theme.co/apex/child-themes

Next, you need to copy few codes from content.php into child theme function.php file. You can find content.php file under /wp-content/themes/x/framework/functions/global/. Copy the code from line number 71 that says // Excerpt More String to line number 91 i.e. endif; and paste it into child theme function.php file. Then you can replace Read More in second return statement as per your requirement.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.