• MeltingDog

    (@meltingdog)


    Hi all,

    Just wondering if anyone could tell me where I could find the string that says ‘X Comments’ that appears at the top of each blog post.

    I just want to change the string to say something like ‘There are X comments’

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Samuel B

    (@samboll)

    usually that’s theme specific
    look in the theme’s index.php, single .php, home.php

    Thread Starter MeltingDog

    (@meltingdog)

    Ah yes thanks Samuel B thats set we on the right path.

    For others with similar issues i had to find this line:

    <div><span class="date"><?php the_date(''); ?></span> ?| ?<span class="author"><?php the_author_link() ?></span> ?| ?<span class="comments"><?php comments_popup_link('0 comments. Post your Comment Here!', '1 comment. Post your Comment Here!', '% comments. Post your Comment Here! ', '' , 'off'); ?></span></div>

    [please use backticks or the ‘code’ button to mark code]

    In each page that had a blog post in it.

    You can see here where I have changed the string to include ‘ Post your Comment Here!’

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Comment link in post’ is closed to new replies.