[Plugin: Recent Posts with Excerpts] Plugin still creates invalid HTML
-
Hello,
Just discovered your plugin creates invalid HTML! The title is:
<h2><a href="...">Title</h2></a>
It’s because you’re appending the link to
$after_title
incorrectly.Can you change line 66 to:
$after_title = '</a>' . $after_title;
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Recent Posts with Excerpts] Plugin still creates invalid HTML’ is closed to new replies.