Thread Starter
jhorra
(@jhorra)
Here’s the method in the function.php file
function graphene_auto_excerpt_more( $more ) {
return ‘…’ . graphene_continue_reading_link();
do_action(‘graphene_auto_excerpt_more’);
}
add_filter(‘excerpt_more’, ‘graphene_auto_excerpt_more’ );
The problem is, wehre does it specify to only show the read more link if it’s more than a certain amount of characters?
I’ll post this here in case it helps anyone else. I noticed that one of the parameters you can pass is child_of, not sure it it will work but you could try adding child_of=72. Although that might exclude the others that aren’t a child of it.