I’m working on an accessible site where I can’t have multiple ‘read mores’ on one page. What I need to do is add the title of the post to the read more links, i.e., “Read more First Article”, “Read more Second Article”…
Is there some PHP I can add to functions.php (or elsewhere) to enable this? Thanks!