Alter Comment Link Output
-
Wondering if its possible to change the out put of
<?php comments_popup_link( 'No comments yet', '1 comment', '% comments so far', 'comments-link', 'Comments are off for this post'); ?>
When its used it results in
<a href="URL" class="comments-link" title="TITLE">No comments yet</a>
I would like to change the Class of the output link. Or at least add an ID tag to it. Is this possible?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Alter Comment Link Output’ is closed to new replies.