I’ve just upgraded to Graphene 1.7.2 and I want to change the text of the “View full post” button in the slider. From researching the forum, I understand:
– I should do this in a child theme (not edit the graphene theme itself)
– The code that controls the button is in includes/theme-slider.php
– I should change something in functions.php, but I’m not sure what.
Previous posts with solutions to this question said to edit this or that in functions.php, but when I look at the current functions.php, it doesn’t have any of that code in it; it’s very short!
How do I do this? (I need to be told how much of the code from the parent theme files to include in my child theme; I understand how to do that for styles.css but not for .php files.)
Thanks.