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.
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
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.
tnx, it works perfectly ^^