Skip to:
Content
Pages
Categories
Search
Top
Bottom

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


_ck_
Participant

@_ck_

A really neat trick would be not to have a physical template at all but pass it data. My entire template just consists of

<? bb_get_header();bb_list_plugins();bb_get_footer(); ?>

Which seems silly to have a physical file.

I guess I could try to hook it after the init and bypass the bb_load_template entirely.

Skip to toolbar