Freshness on Forum Index not updating
-
I wanted to forums to show New topics on top and the forum index below so I did the following as instructed by Robkk:
Go to Settings > Forums and change the forum root to show Topics by Freshness.
Then add this function to your child themes functions.php or into a functionality plugin.
function recent_bbpress_topics() {
echo do_shortcode(“[bbp-forum-index]“);
}add_action(‘bbp_template_after_topics_index’,’recent_bbpress_topics’);
Now I have noticed that the Forum Index which is below the most recent topics does not display the proper time and date in the “freshness” column.
Any thoughts?
- You must be logged in to reply to this topic.