Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Topic Templates


Markus Pezold
Participant

@markus-pezold

Hmmm…

it may be possible to write a short plugin to overwrite and extand the Template-Function.

Actually the post_template() loads only the “post.php” – in functions.bb-template.php

function bb_post_template() {

bb_load_template( 'post.php' );

}

Skip to toolbar