Apologies if this has already been answered, could not find anything that helps in searching this site, the web, FAQs, etc. Based on the documentation this should be easy, but I'm not seeing the options in settings that are mentioned. Running v2.4.5 wpForo plugin on a WordPress 6.8.1 site (both auto update, this has been going on for a while).
There doesn't seem to be any visible setting in either each forum's settings screen or or to change "post display order" or "replies order" to be descending. This is on a self hosted server, is that option only available on WordPress hosted sites?
I want newest replies first. ChatGPT suggests I can use a PHP snippet to set $args['order'] = 'DESC' which I might end up doing, just wondering if I'm missing something painfully obvious...
Thanks.
Michael
Hi,
I'm sorry, but there is currently no option available to change the order. I've contacted the developers to see if there's any workaround or solution I can provide you.
I'll update this topic as soon as I receive a response from them.
OK, thanks for confirming I'm not missing something obvious at least. That code snippet that ChatGPT recommended did not work either, haven't really looked into it much past that.