Cannot figure out how to add a read more link to a manual excerpt. Please help
There are several options you have. You can write your own excerpt, or just use the tools which WordPress offers to you. There are three options you have: Use WordPress core function the_excerpt(); Use WordPress core function get_the_excerpt(); Use WordPress filter wp_trim_excerpt(); The easiest and propably most fitting for you is the first one. <?php … Read more