• Hello All,

    Okay, I’m finally getting the hang of how the child theme works, and I have a specific question:

    How do I remove the ‘Leave a Comment’ link at the bottom of each post? I do not want comments, this is a read-only blog. So far I can not find out where to look or what to do specifically.

    Thank you in advance!

    Sincerely,

    wordman

Viewing 4 replies - 1 through 4 (of 4 total)
  • In your single.php file, find the following and delete it.

    <?php comments_template( ”, true ); ?>

    thx

    Thread Starter wordman1994

    (@wordman1994)

    obharath,

    Thank you for that. I tried it but it did not work, the ;Leave a comment’ link is still present.

    FYI, this is a child theme based on twentyten, and I have been successful in applying all the mods to this theme that I have wanted.

    Perhaps in the functions.php file?

    Thanks!

    Sincerely,

    wordman

    Try creating a comments.php template file in your child theme and editing that file.

    Thread Starter wordman1994

    (@wordman1994)

    esmi,

    I appreciate the response, but your answer is more than a little general.

    Specifically, what should I look for in the comments.php file?

    Thanks!

    Sincerely,

    wordman

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing the 'Leave a Comment' link at the bottom of the page’ is closed to new replies.