• I want to show number of comments and link to the comments on my home page under each post. I’m placing following code:
    <span><?php comments_popup_link('Be the first to comment!', '1 comment.', '% comments already!'); ?></span>

    This gives output “0 Comments and 0 Reactions“, I don’t want to print “and 0 Reactions“. How can i remove that? Thanks.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘How to display comments link ?’ is closed to new replies.