• novella2010

    (@novella2010)


    I have disabled the discussion features from my site. Can I also delete the line “Comments are closed” at the bottom of each page?

Viewing 7 replies - 1 through 7 (of 7 total)
  • yup….look around your theme files. index.php for blog post page, page.php for pages, single.php, archive.php, etc….depending what your theme uses. Delete the line of code that controls comments. It’ll look something like:
    <?php comments_popup_link('ADD COMMENTS', '1 COMMENT', '% COMMENTS'); ?>

    or

    <?php comments_template(); ?>

    Thread Starter novella2010

    (@novella2010)

    mmmh…where do I find these theme files you mention?

    you should be able to edit them from your admin area.

    admin area->appearance->editor

    Thread Starter novella2010

    (@novella2010)

    Wow! Great help! Thanks a lot!

    Sure thing…I should have mentioned a common didclaimer earlier….it’s always a good idea to have backups of theme files before you start editing….just in case you make a little mistake, you can revert back to original

    Thread Starter novella2010

    (@novella2010)

    Woops…never mind! I’ll keep it in mind for next time.

    decoymer

    (@decoymer)

    I’m having the same problem except I’m using Thematic theme and can’t find anything similar to that line anywhere.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to delete “Comments are closed”’ is closed to new replies.