Is there any way to change the [...] at the end of excerpts to instead be a read more link?
I would love to have something like this:
<?php the_content("...continue reading the story
called " . get_the_title('', '', false)); ?>
but does that only work with the_content it would be great to replace the [...] with the link to the excerpt post with the linked title. I fear many web users may miss the fact that they can click on the larger title at the top - this would be better imo
If this has been asked and answered already I apologize.. I went through 200 posts in the search, and read several times the codex for the excerpt and read more customization - not sure how they mesh - still learning php and wp :)