Title: How to remove comment function
Last modified: August 30, 2016

---

# How to remove comment function

 *  Resolved [Cocolina](https://wordpress.org/support/users/cocolina/)
 * (@cocolina)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/how-to-remove-comment-function/)
 * I tried all I can – but I do not have success in removing the commentary function
   frm my pages. Who can hlp me?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/how-to-remove-comment-function/#post-6413795)
 * have you read and applied all described in [https://codex.wordpress.org/Comments_in_WordPress](https://codex.wordpress.org/Comments_in_WordPress)?
 * in extreme, create a [child theme](http://codex.wordpress.org/Child_Themes), 
   and edit loop.php in the child theme; locate this section near the bottom of 
   that file (shown after the edits), and change it to this:
 *     ```
       <?php elseif (is_page()) : ?>
   
       	<?php while ( have_posts() ) : the_post();
               get_template_part( 'template-parts/content', 'page' );
   
           endwhile; ?>
   
       <?php endif; ?>
       ```
   
 *  Thread Starter [Cocolina](https://wordpress.org/support/users/cocolina/)
 * (@cocolina)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/how-to-remove-comment-function/#post-6413825)
 * Thank you, I wanted to change it without programation course 😉
    I found a plugin!
   🙂
 *  Theme Author [Shaped Pixels](https://wordpress.org/support/users/shaped-pixels/)
 * (@shaped-pixels)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/how-to-remove-comment-function/#post-6413827)
 * Good morning Cocolina….I was about to suggest a plugin for this but it sounds
   like you got one already 🙂
 * Is it safe to set this topic as resolved?
 * As a side note, for pages, you can also open up each page and disable comments
   on a per page basis.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to remove comment function’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/longevity/1.5.2/screenshot.png)
 * Longevity
 * [Support Threads](https://wordpress.org/support/theme/longevity/)
 * [Active Topics](https://wordpress.org/support/theme/longevity/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/longevity/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/longevity/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Shaped Pixels](https://wordpress.org/support/users/shaped-pixels/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/how-to-remove-comment-function/#post-6413827)
 * Status: resolved