`/forums` is an archive of all forums, different from a page using the `page-front-forums.php` template with a slug of `/forums`. Is there a way to target the forums home without using the `page-front-forums.php` page template? Currently my full list of forums is using the same template files as the full list of sub-forums, and that doesn’t look so great.
I’m assuming that if I want to override the template files inside the plugin directory, I need to place a file of the same name (ex: archive_forum.php) inside the bbpress directory within my theme folder.
So where do custom bbpress functions go? My theme’s functions.php?