https://www.elegantthemes.com/blog/tips-tricks/how-to-customize-the-wordpress-read-more-link-text
]]>I know how to add an excerpt to a post.
What I’m trying to do is to make the excerpt function as a link to the post.
So that one can click the excerpt and go to the post.
By default, the link to the post is the post title.
Any tips on how to make the excerpt into a link?
thanks
]]><a href="<? php get_the_permalink(); ?>><?php the_excerpt(); ?></a>
Note: this code is untested and may require some additional work.
]]>