Sapor does not have "Continue reading" on the more link
-
‘Continue reading’ was not put on the more link, although the function’s comment sounds like it was meant to be added — it says, “@return string ‘Continue reading’ link prepended with an ellipsis.”
The .com version of Sapor does this, but the .org version does not.
I’ve fixed this in my child theme, and want to share the fix with others, while also suggesting that the theme authors may want to add this in a future update.
The function is sapor_excerpt_more, and it is found in sapor/inc/template-tags.php. It is pluggable, so it is easy to modify from a child theme. ??
If you want “Continue reading” added to your more link, just copy the sapor_excerpt_more function from the .com version of Sapor:
https://wpcom-themes.svn.automattic.com/sapor/inc/template-tags.php
and paste that into your child theme’s function.php. (Only use the lines between the if & endif lines.)
- The topic ‘Sapor does not have "Continue reading" on the more link’ is closed to new replies.