Current Path : /var/test/www/ooareogundevinitiative/wp-content/themes/pain/ |
Current File : /var/test/www/ooareogundevinitiative/wp-content/themes/pain/page-NoTitleBarBlack.php |
<?php /* Template Name: No Title Bar Black Template */ ?> <?php get_header(); ?> <?php $jwstheme_options = $GLOBALS['jwstheme_options']; $tb_show_page_comment = (int) isset($jwstheme_options['page_comment']) ? $jwstheme_options['page_comment']: 1; ?> <div class="main-content"> <?php while ( have_posts() ) : the_post(); ?> <?php the_content(); ?> <?php if($tb_show_page_comment){ ?> <div class="container"> <?php if ( comments_open() || get_comments_number() ) comments_template(); ?> </div> <?php } ?> <?php endwhile; // end of the loop. ?> </div> <?php get_footer(); ?>