Adding a class to comments_popup_link()
-
Hi! I want to add the class=”comments” to
<?php comments_popup_link('0', '1', '% '); ?>
so that my comments will show with a background image. But i cant, i saw someone does this and on viewsource i see he does it by including class=”comments” also there, but i cant : (
His comments look this, i want my comments to show the same.
<span>Comments:</span> <a href="https://domain.com/post/#comments" class="comments" title="Post Title">12</a>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Adding a class to comments_popup_link()’ is closed to new replies.