Add a unique class to any output html tags please
-
In “template-functions-post.php” you have things like;
$output .= ' <a href="'. get_permalink() . "#more-$id\">$more_link_text</a>";
And most likely in other places around the code.. Please add a class to those elements like this;
$output .= ' <a href="'. get_permalink() . "#more-$id\" class='morelink'>$more_link_text</a>";
So that we can correctly define them via CSS.
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add a unique class to any output html tags please’ is closed to new replies.