Jan 21, 2024 10:30 pm
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
2 Replies
Jan 22, 2024 9:57 am
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.
Jan 24, 2024 11:23 am
tnx, it works perfectly ^^