Fatal error: Cannot redeclare catchbox_continue_reading_link()I'm guessing because there is no action declared in the parent function? How do I change these words using only my child theme?
How To Change "Continue Reading" text?
I simply want to change the words "Continue reading" to "More".
I am using a child theme to catchbox parent. I see that the "Continue reading" text is being generated in the parent functions.php line 398. I want to make changes in my child theme so it won't change when parent theme updates.
I have tried using different "remove_action" code in my child functions.php but I keep getting the error about you can't re-declare the function: