Line 26 needs to be:
$output .= $before . '<a href="' . $permalink . '" rel="bookmark" title="' . htmlspecialchars($post_title, ENT_COMPAT) . '">' . $post_title . '</a>';
Added a space before rel=
Line 26 needs to be:
$output .= $before . '<a href="' . $permalink . '" rel="bookmark" title="' . htmlspecialchars($post_title, ENT_COMPAT) . '">' . $post_title . '</a>';
Added a space before rel=
i take my hat off before you, oh mighty smjdesign!
i have been trying to solve this issue ....since centuries!
many many thanks...honestly, thanks a lot
Could do with this in the recent updates as my anal retentive side forces me to make this change by hand.
I have a problem with this plugin, it doesn't validate as it opens 5 recent posts with: list elements<li> and not: unordered list<ul>, list elements<li>.
Anyone know of a way to fix this so it validates?
This topic has been closed to new replies.