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.
(@billa2)
14 years, 10 months ago
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.