using links with comments_number()
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘using links with comments_number()’ is closed to new replies.
The topic ‘using links with comments_number()’ is closed to new replies.
(@jimday1982)
19 years, 10 months ago
Is it possible to make the output from comments_number() appear as links instead of just plain text? Currently, I’m using:
<?php comments_number(‘No Responses’,’One Response’,’% Responses’); ?>
I would really like to have the ability to click on the “one response” or “two responses” and be taken to the comments.
Any ideas?