The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
How to close AND HI...
 
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.

 

Question [Solved] How to close AND HIDE comments after X days?

3 Posts
2 Users
0 Reactions
818 Views
Posts: 4
Topic starter
(@lookazd)
Active Member
Joined: 2 years ago

If I'm not mistaken by default WP disables comments after x days that we configure under
X days

But that option only closes them so that new person can't write any new comment after X days.
I would also like to hide those comments too after that X days. Where can I configure that?

Tnx

Topic Tags
2 Replies
Asti
Posts: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

Hi,

I may suggest you use the CSS code below: 

div.wpd-comments-closed > #wpd-threads {
    display:none;
}

Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

Don't forget to delete the caches before checking.

Posts: 4
Topic starter
(@lookazd)
Active Member
Joined: 2 years ago

tnx, it works perfectly ^^

Share: