Hello,
I’m using the bbPress Forum list widget and [bbp-forum-index] Shortcode.
I’ve changed these lines to list by title:
wp-content/plugins/bbpress/bbp-includes/bbp-forum-template.php
Line #88
‘orderby’ => ‘menu_order’,
changed for:
‘orderby’ => ‘title’,
wp-content/plugins/bbpress/bbp-includes/bbp-core-widgets.php
Line #387
‘orderby’ => ‘menu_order’,
changed for:
‘orderby’ => ‘title’,
https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters