Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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.
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.