• Hello. I think I’ve been searching around for a solutions to this, and I’m sure I’ve even DONE this before… but for the life of me… I can’t find an answer or solution. Please help:

    I wish to style the link that says “no comments” (or 1 comment or % comments) on the index page, that links to the comments.php page. I also want to customise the text it displays. (Do it says “no reponses” or similar)

    Can anyone help me work this out, or point me to the right direction please.

    Thank you very much in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • w.r.t changing the text, you can edit comments.php of your theme.

    Change it in the line that looks similar to:

    <h3 id=”comments”><?php comments_number(‘No Responses’, ‘One Response’, ‘% Responses’ );?> to “<?php the_title(); ?>”</h3>

    Thread Starter Barfly

    (@barfly)

    I thought that was only for the bit that says “One Response” before the comments…

    Ahhh. wait a momento… is that what the add comment link turns into then? *ponders*

    Was anyone able to figure this out as I am having the same problems?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Styling “Add Comment” Link on Index Page’ is closed to new replies.