Current Path : /home/church/public_html/launch100ar.com/wp-content/themes/editor-blocks/templates/ |
Current File : /home/church/public_html/launch100ar.com/wp-content/themes/editor-blocks/templates/full-width.php |
<?php /** * Template Name: Full Width Template * Template Post Type: post * * @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', get_post_format() ); // 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; editor_blocks_the_post_navigation(); endwhile; ?> </div><!-- .content-area --> <?php get_footer();