Sep 26, 2021 12:18 am
Hi there,
Is it possible to set the recent posts so that posts that are older than 3 months are not displayed?
best regards
7 Replies
Sep 26, 2021 1:37 pm
Hey,
Thank you.
I added this code to my snippet plugin:
add_filter('wpforo_recent_posts_limit', function($days){return 30;} );
but i cant see changes. should i clear the forum cache?
Sep 28, 2021 8:51 am
Hey
I did that but unfortunately there is no change
or does it have to be in the functions.php of the theme? I have now put that into a plugin for code snippets
Sep 28, 2021 9:37 pm
Hey
I copied it into the theme's functions.php and cleared the forum's cache, but that didn't change anything