first commit
This commit is contained in:
17
wp-content/themes/New folder/pk2012_sold/bbpress.php
Normal file
17
wp-content/themes/New folder/pk2012_sold/bbpress.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
get_header();
|
||||
|
||||
while (have_posts()) :
|
||||
|
||||
the_post();
|
||||
|
||||
do_action('pk_before_bbpress_page_content');
|
||||
|
||||
get_template_part('format', 'page-standard');
|
||||
|
||||
do_action('pk_after_bbpress_page_content');
|
||||
|
||||
endwhile;
|
||||
|
||||
get_footer();
|
||||
?>
|
Reference in New Issue
Block a user