Hello everyone,
In the Wordpress Codex pages, showing the more tag as "...continue reading the story called [insert title]" is:
<?php the_content("...continue reading the story called " . get_the_title('', '', false)); ?>
However, what I want is: "...continue reading the story called [insert title] plus random text after the title".
Does anyone know how I can do this?
Thanks in advance.