Title: How do I remove comments function from Glades theme?
Last modified: August 24, 2016

---

# How do I remove comments function from Glades theme?

 *  Resolved [SouthernGypsies](https://wordpress.org/support/users/southerngypsies/)
 * (@southerngypsies)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/how-do-i-remove-comments-function-from-glades-theme/)
 * Hi all
 * I have turned off the comments function in settings / discussion, but the comments
   fields are still showing on my pages.
 * How do hide the comment function via my theme?
 * I am using Glades theme.
 * Thanks in advance
 * 🙂

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

 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/how-do-i-remove-comments-function-from-glades-theme/#post-6119597)
 * When posting a question, please include a link to your site. It makes it easier
   to see what problems you might have, plus we can see if you have created a child
   theme or installed certain plugins.
 * The easiest way to to hide the comments section is using CSS. If you’ve created
   a [child theme](http://codex.wordpress.org/Child_Themes), then you want to copy&
   paste the rule below into your child theme’s style.css file. Otherwise, use a
   CSS plugin like Jetpack or [Custom CSS Manager](http://wordpress.org/plugins/custom-css-manager-plugin/).
   You don’t want to modify any of the theme files directly.
 *     ```
       #comments {
         display: none;
       }
       ```
   
 *  Thread Starter [SouthernGypsies](https://wordpress.org/support/users/southerngypsies/)
 * (@southerngypsies)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/how-do-i-remove-comments-function-from-glades-theme/#post-6119601)
 * Thank you 🙂
 * my site is [http://www.peninsulahorse.com.au](http://www.peninsulahorse.com.au)
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/how-do-i-remove-comments-function-from-glades-theme/#post-6119603)
 * It doesn’t look like you have a child theme, so use a CSS plugin and copy in 
   the rule that I posted above. That will hide comments from all of your posts &
   pages. Actually, use this modified rule instead:
 *     ```
       #comments,
       .postmeta .meta-comments {
         display: none;
       }
       ```
   
 * This will also hide the phrase **# comments** that you might see in what is known
   as the “meta” section of a post or page.
 *  Thread Starter [SouthernGypsies](https://wordpress.org/support/users/southerngypsies/)
 * (@southerngypsies)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/how-do-i-remove-comments-function-from-glades-theme/#post-6119616)
 * Thanks very much for your help, I will give all that a go.
 * Really appreciate your quick reply 🙂
 *  Thread Starter [SouthernGypsies](https://wordpress.org/support/users/southerngypsies/)
 * (@southerngypsies)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/how-do-i-remove-comments-function-from-glades-theme/#post-6119622)
 * Thanks again 🙂
 * it worked.

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

The topic ‘How do I remove comments function from Glades theme?’ is closed to new
replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/glades/1.4.5/screenshot.jpg)
 * Glades
 * [Support Threads](https://wordpress.org/support/theme/glades/)
 * [Active Topics](https://wordpress.org/support/theme/glades/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/glades/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/glades/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [SouthernGypsies](https://wordpress.org/support/users/southerngypsies/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/how-do-i-remove-comments-function-from-glades-theme/#post-6119622)
 * Status: resolved