The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Wpdiscuz Comment Sh...
 
Share:
Notifications
Clear all

[Solved] Wpdiscuz Comment Shortcode

3 Posts
2 Users
0 Reactions
2,288 Views
Posts: 2
Topic starter
(@harryking786)
New Member
Joined: 3 years ago

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
Asti
Posts: 7615
 Asti
Support
(@asti)
Illustrious Member
Joined: 7 years ago

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. 

1 Reply
(@harryking786)
Joined: 3 years ago

New Member
Posts: 2

@asti Thank you so much

Share: