wpDiscuz Integration
3
Posts
2
Users
0
Reactions
2,288
Views
Nov 03, 2021 12:57 pm
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.
2 Replies
Nov 03, 2021 1: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.