2, 'columns' => 1, 'areas' => [ 'content' => [ 'cells' => [ [ 1, 1 ] ], ], 'footer' => [ 'cells' => [ [ 2, 1 ] ], ], ], 'gridTemplate' => [ 'rows' => [ 'auto', 'auto' ], 'columns' => [ 'auto' ], ], ]; } return $value; }, 10, 2 ); get_header(); while ( have_posts() ) { the_post(); get_template_part( 'template-parts/content', 'page' ); if ( comments_open() || get_comments_number() ) { comments_template(); } } get_sidebar(); get_footer();