Example #1
0
<?php

get_header();
bb_content('page');
get_footer();
Example #2
0
<?php

get_header();
bb_content('post');
get_footer();
Example #3
0
<?php

get_header();
bb_content('loop');
get_footer();