Update fullwidthpage.php
This commit is contained in:
parent
7835682f36
commit
ba909450b6
|
@ -32,9 +32,7 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
<?php
|
||||
// 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;
|
||||
?>
|
||||
|
||||
|
@ -46,8 +44,8 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
|
||||
</div><!-- .row end -->
|
||||
|
||||
</div><!-- Container end -->
|
||||
</div><!-- #content -->
|
||||
|
||||
</div><!-- Wrapper end -->
|
||||
</div><!-- #full-width-page-wrapper -->
|
||||
|
||||
<?php get_footer(); ?>
|
||||
|
|
Reference in New Issue