• Is there anyway to change the default option ‘comment’ to something else above each post?

    So instead of comments[2]

    leave a commment[2]

    or something like that?

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • You will have to find the comment_link_popup tag. In most themes it’s in index.php, but some may define the post layout in other files like post.php. It should look somthing like this:

    <?php comments_popup_link('No comments yet', '1 comment so far',
    '% comments so far', 'comments-link', 'Comments are
    off for this post'); ?>

    Then you change the three first parameters, which define the output for posts with none, one or several (%) comments.

    Thread Starter aop1980

    (@aop1980)

    thanks, worked great!

    You’re welcome, and feel free to set the post to “resolved” so that people know the status. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change comment name’ is closed to new replies.