• Hi,

    So if I wanted to change where it says “comments” at the end of a post and the link that says “comments” to a different word, like “review” what would I have to change to do this?

    thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • could be some code like:
    <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>

    that would be in index.php for the front page; and in single.php for single posts (also in archive.php, search.php, category.php, etc if these files exist in your theme)

    Thread Starter panantukan

    (@panantukan)

    thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change display name of comments’ is closed to new replies.