Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: A little rant about bbPress followed by some questions…


Sam Bauers
Participant

@sambauers

Keep in mind though that including WordPress inside bbPress is an incredible overhead for what is just a modification to the presentation layer.

The most lightweight solution is to create your own theme in my-templates which extends the default theme. Any file that is not found in your own theme simply falls back to using the default, so your theme could consist of as little as a style.css file (which could itself simply import the default themes style.css – see kakumei-blue theme for an example of how to do that), a header file and a footer file.

Skip to toolbar