iKeirNez
Member
Posted 6 months ago #
Hi,
I am using the Twenty 11 theme and would like to change the text at the end of the post that says 0 Comments (or 1 comment etc)
I cannot seem to find anyway to change this. Please let me know.
Here is an image of it: http://dl.dropbox.com/u/16989182/0%20Comments.PNG
Thanks
Keir
in content.php:
<?php comments_popup_link( '<span class="leave-reply">' . __( 'Reply', 'twentyeleven' ) . '</span>', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?>
http://codex.wordpress.org/Function_Reference/comments_popup_link
in case you have not already, please consider to create a child theme http://codex.wordpress.org/Child_Themes of Twenty Eleven to make the edits there.
iKeirNez
Member
Posted 6 months ago #
That's for leave a reply, I think the problem is that I have disqus? I want to change the bit that says 0 comments in the image.
Keir