• konradhartmann

    (@konradhartmann)


    I do not allow comments on my site. Every post says “Comments are off” in the date line (between the post title and the body). Is there an easy way to get rid of that? It is unnecessary and unattractive. Thanks!

    My site is https://www.FastMovieReviews.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • MichaelH

    (@michaelh)

    If you are using the WordPress Default theme you would delete the following code from wp-content/themes/default/index.php to remove the comments stuff:

    <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>

    buddha-trance

    (@buddha-trance)

    To remove it permanently, go to your theme’s index.php and remove
    <?php comments_popup_link('No comments yet', '1 comment', '% comments', 'comments-link', 'Comments are off'); ?>

    buddha-trance

    (@buddha-trance)

    Sorry Michael, we were replying at the same time!

    MichaelH

    (@michaelh)

    No problem buddha trance, answer away and don’t worry about it.

    For future reference, this FAQ:
    How do I get rid of the “No Comments” message displayed with every post?

    Thread Starter konradhartmann

    (@konradhartmann)

    Thanks very much to both of you for taking time to help. I am fairly new to WordPress, but am very happy so far with its capabilities.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing “Comments are off”’ is closed to new replies.