Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: how do I add a custom template name to bbpress?


Sam Bauers
Participant

@sambauers

I’m pretty sure you can call any file using the bb_load_template() function, so you can keep your files all neatly bundled up in your plugin directory.

There are various was you can work out where your plugin is located, and if your template file has a predictable location relative to that, it should be easy to refer to it in the bb_load_template() function.

Skip to toolbar