• I want to take the Leave a Reply & Comment section all of my pages & have researched the forum & don’t find an answer except for an answer to a similar question from 2 yrs. ago which I don’t feel applies to this version. I have searched thru all templates at my admin site and can not find the text that applies to removing the comments section according to the old reply which was to replace the text with “closed”. Help. I have gone to the Discussion Settings and took the check marks out of the boxes, also have unchecked the box under screen options. Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • I haven’t altered Twenty Ten Themes, however, it should have a folder called “Comments.php” In there you should see <p> Leave a Reply & Comment </p>. Remove the working inside the <p> and </p> then save and upload the folder back into the Twenty Ten Theme folder on your hosting server.

    try and remove

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

    from loop-page.php in Twenty Ten

    what about css

    #comments {display:none}

    what about css

    possible – it just does not make sense (to me personally) if you want to disable something permanently, to parse the php code first (using server resources), download all to the viewer’s browser (using bandwidth, taking time), only to tell the browser not to show it (seems a general waste of resources).

    Thread Starter arcreevy

    (@arcreevy)

    you are probably right but it is a pain because I receive mostly advertisements, non-english comments, etc., etc., etc., amounting to a couple hundred a week, a complete waste of my time.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing Leav a Reply & Comment Section from Twenty Ten Theme’ is closed to new replies.