Forums

Change the 0 Comments Wording (3 posts)

  1. 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

  2. alchymyth
    The Sweeper
    Posted 6 months ago #

    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.

  3. 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

Reply

You must log in to post.

About this Topic