Customizing the Read More « WordPress Codex - 0 views
-
To customize this text, add the following code to your functions.php file.
-
If you are using a Child Theme, the above code will not work without modification if the parent theme has its own filters setting its own "more" link.
-
The following code is an example of the additional code needed to get the above code to work from a child theme of the parent theme Twenty Eleven. You will need to examine your actual parent theme's code for the correct parameters in the remove_filter() code, they must exactly match the add_filter() parameters used by the parent.
- ...1 more annotation...