Hi, I'm using wpdiscuz Comment Shortcode in widgets. Now showing multiple Comment forms in my posts and pages. I want to remove WordPress Theme Comment Area from the footer. I just want to use Comment Shortcode widgets. Please check my site link below.
Search
Close
AI Search
Classic Search
Share:
Notifications
Clear all
wpDiscuz Integration
3
Posts
2
Users
0
Reactions
6,543
Views
Nov 03, 2021 4:57 pm
2 Replies
Nov 03, 2021 5:31 pm
the easiest way is to remove it via the CSS code provided below:
.comments-area #comments {
display: none;
}
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
Another solution: you should customize the template files and remove the comments_template() function.
Share:

