Get […] after custom excerpt
-
I added this code
<?php echo substr( get_the_excerpt(), 0, strrpos( substr( get_the_excerpt(), 0, 75), ' ' ) ); ?>
for a custom excerpt in a slider header. That worked, but how do I get the […] behind that. I know it has to do with the excerpt_more, but I dont know how to integrate it.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Get […] after custom excerpt’ is closed to new replies.