bbPress 2.0 Plugin – Custom Theme Issue
-
I am trying to create a custom theme for the bbPress Plugin (v 2.0-beta-2b) using the steps outlined in the Theme Compatibility Post (http://bbpress.org/forums/topic/bbpress-20-theme-compatibility).
The original WordPress theme was created by me so I am following the steps in method #2 in the Theme Compatibility post. I copied all the files in the plugins/bbpress/bbp-themes/bbp-twentyten into the root of my theme (themes/[my-theme]). I made sure to include the single- archive- and page- files.
I also added theme support to the functions.php file in my theme folder:
add_theme_support( ‘bbpress’ );
However, on the forums main page (/forums), I see the main forum index multiple times. It looks like each forum I have created is being shown as a post and under each post the forum index is being shown.
Am I missing a crucial step in getting the custom bbPress theme setup?
Thanks for your help.
- You must be logged in to reply to this topic.