Current Path : /home/church/www/launch100ar.com/wp-content/themes/editor-blocks/templates/ |
Current File : /home/church/www/launch100ar.com/wp-content/themes/editor-blocks/templates/with-sidebar.php |
<?php /** * Template Name: With Sidebar Template * Template Post Type: page * * @package editor-blocks * @copyright Copyright (c) 2018, Danny Cooper * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License */ get_header(); ?> <div class="content-area"> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', 'page' ); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; endwhile; ?> </div><!-- .content-area --> <?php get_sidebar(); get_footer();