Reverse topic order
-
I would like to reverse the topic order so that the most recent topic added is displayed last. I searched the BBpress forums and found an old solution for doing this that doesn’t work anymore, which involved editing topic.php:
‘The easy way is to find get_thread( $topic_id, $page ) in /topic.php and change it to get_thread( $topic_id, $page, true ).’
Does anyone know how to do this in the most recent version of BBpress?
- You must be logged in to reply to this topic.