Child theme (when running along side Buddypress 1.5
-
So I’m running bbPress 2.0 alongside Buddypress 1.5. I’m using a child theme, based on Buddypress’s default theme… but I want to tweak some bbPress pages.
Let’s say, for example, the main forum view.
Right now, it’s based off page.php in my child theme, and is taking the title of the last forum, and using that in the the_title() tag I have for the page title.
On other “pages” I this makes sense; it’s getting the title while in the loop.
For the bbPress forum page, it’s wonky.
So, I want to make a main forum-view specific template file… but I’m unsure as to the best approach when I’m running a child theme for Buddypress.
FWIW, all forum’s are being handled by bbPress and it’s default template files.
Thanks!
- You must be logged in to reply to this topic.