How to add “Read More” link with the_excerpt()

When we use the_excerpt() to show the post excerpt, by default it shows ‘[…]’, which means “read more”. But what if we want to show an actual “read more” text (or maybe something else) with link to the post? We can achieve this by filtering the_excerpt. But that also has… Read More »