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

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.

 

[Solved] Wpdiscuz Comment Shortcode

3 Posts
2 Users
0 Reactions
2,737 Views
Posts: 2
Topic starter
(@harryking786)
New Member
Joined: 4 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: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 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: 4 years ago

New Member
Posts: 2

@asti Thank you so much

Share: