Title: Remove Comments section
Last modified: September 23, 2023

---

# Remove Comments section

 *  Resolved [wealthy](https://wordpress.org/support/users/wealthy/)
 * (@wealthy)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/remove-comments-section-5/)
 * How can I remove the Comments section from the bottom of the full listing page
   (
   without it affecting the rest of my site)[https://pasteboard.co/paR9ZB5y2it7.png](https://pasteboard.co/paR9ZB5y2it7.png)
   The Review form “Allow visitors to review your listing.” does NOT have a tick
   in it

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

 *  Thread Starter [wealthy](https://wordpress.org/support/users/wealthy/)
 * (@wealthy)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/remove-comments-section-5/#post-17074422)
 * I found I had to manually turn each comment off using the back end dashboard 
   for each and every listing
   How do I turn then all off so when a listing is added,
   the comments are always off
 *  Plugin Support [Muhammad Ali Akbar](https://wordpress.org/support/users/alireyad/)
 * (@alireyad)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/remove-comments-section-5/#post-17076763)
 * Hi,
   These settings not work for you? [https://prnt.sc/2xBJD6LumM9A](https://prnt.sc/2xBJD6LumM9A)
   Which theme are you using?
 * Thank you
    -  This reply was modified 2 years, 7 months ago by [Muhammad Ali Akbar](https://wordpress.org/support/users/alireyad/).
 *  Thread Starter [wealthy](https://wordpress.org/support/users/wealthy/)
 * (@wealthy)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/remove-comments-section-5/#post-17077277)
 * Ok checked this out. 
    !. I dont have both those feilds you showed me. I have“
   Allow visitors to review your listing.” but dont have “Allow visitors to make
   review Rating” Is this a Pro option?[https://pasteboard.co/G5rGYkHjbFgV.png](https://pasteboard.co/G5rGYkHjbFgV.png)
   Also with “Allow visitors to review your listing.” turned OFF ( no tick) I still
   see Leave a ReplyWant to join the discussion?  Feel free to contribute!in the
   Single Listing page ( /?post_type=rtcl_listing&p=734)[https://pasteboard.co/bPhG0GF47ApT.png](https://pasteboard.co/bPhG0GF47ApT.png)
   I have to manually take the tick out of the WP-Admin/ CL/All Listings and click
   on a single listing to edit the Discussions / Allow Comments[https://pasteboard.co/6l4uzjKgTVcJ.png](https://pasteboard.co/6l4uzjKgTVcJ.png)
   ThanksMaybe there is something in the WP comments area that adds this also????
 *  Plugin Support [Muhammad Ali Akbar](https://wordpress.org/support/users/alireyad/)
 * (@alireyad)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/remove-comments-section-5/#post-17078828)
 * Hi,
   Yes, rating is pro feature. May be comment section comes from theme. Did 
   you add theme support for Classified listing? [https://www.radiustheme.com/docs/developer-docs/add-theme-support/](https://www.radiustheme.com/docs/developer-docs/add-theme-support/)
 * Thank you
 *  Thread Starter [wealthy](https://wordpress.org/support/users/wealthy/)
 * (@wealthy)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/remove-comments-section-5/#post-17078844)
 * Yes unfortunately when I add that code to my Functions it really screws up my
   theme style…
 *  Plugin Support [Muhammad Ali Akbar](https://wordpress.org/support/users/alireyad/)
 * (@alireyad)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/remove-comments-section-5/#post-17078849)
 * Hi,
   In this case template load from plugin and your comment related issue will
   be solve.
 * Yes, after add the code, you have to adjust plugin template files with theme.
   Which theme are you using?
 * Thank you
 *  Thread Starter [wealthy](https://wordpress.org/support/users/wealthy/)
 * (@wealthy)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/remove-comments-section-5/#post-17078856)
 * Enfold is the theme
   Not sure how to template load from plugin ???
 *  Plugin Support [Muhammad Ali Akbar](https://wordpress.org/support/users/alireyad/)
 * (@alireyad)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/remove-comments-section-5/#post-17078871)
 * Hi,
   After adding theme support code then will be load plugin templates as usual.
   Template directory of plugin [https://prnt.sc/cSLxg40D4cQh](https://prnt.sc/cSLxg40D4cQh)
 * Thank you
 *  Thread Starter [wealthy](https://wordpress.org/support/users/wealthy/)
 * (@wealthy)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/remove-comments-section-5/#post-17078881)
 * So which file is it that I put the code 
   add_action(‘after_setup_theme’, function(){
   add_theme_support( ‘rtcl’ ); });in….and does it go in the space at line 4144Also
   will this get over written on a plugin update??
 *  Plugin Support [Muhammad Ali Akbar](https://wordpress.org/support/users/alireyad/)
 * (@alireyad)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/remove-comments-section-5/#post-17079066)
 * Hi,
   You will add the code in child theme functions.php file.You can also add 
   in main theme functions.php file but after update main theme then it will be 
   lose. To modify theme and plugin, better way is using child theme.
 * Thank you
 *  Thread Starter [wealthy](https://wordpress.org/support/users/wealthy/)
 * (@wealthy)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/remove-comments-section-5/#post-17079089)
 * As I said above
   “unfortunately when I add that code to my Functions it really
   screws up my theme style…”
 *  Plugin Support [Muhammad Ali Akbar](https://wordpress.org/support/users/alireyad/)
 * (@alireyad)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/remove-comments-section-5/#post-17079111)
 * Hi,
   Yes, you have to adjust and fix layout issue.1. Add theme support2. If your
   installed theme not included bootstrap then enable bootstrap from general settings.
   3. If there have layout issue with theme then adjust it by customize using child
   theme.
 * If you don’t get idea how will do all things. You can check our free theme.
 * Thank you

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

The topic ‘Remove Comments section’ is closed to new replies.

 * ![](https://ps.w.org/classified-listing/assets/icon-256x256.gif?rev=3004059)
 * [Classified Listing – AI-Powered Classified ads & Business Directory Plugin](https://wordpress.org/plugins/classified-listing/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/classified-listing/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/classified-listing/)
 * [Active Topics](https://wordpress.org/support/plugin/classified-listing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/classified-listing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/classified-listing/reviews/)

 * 12 replies
 * 2 participants
 * Last reply from: [Muhammad Ali Akbar](https://wordpress.org/support/users/alireyad/)
 * Last activity: [2 years, 7 months ago](https://wordpress.org/support/topic/remove-comments-section-5/#post-17079111)
 * Status: resolved