'; /* Left Sidebar */ if ( !empty($get_sidebar) && $get_sidebar['layout'] == 'left-sidebar' ) : get_sidebar(); endif; /* Left Sidebar */ echo '
'; echo '
'; echo '
'; /* Start the Loop */ while ( have_posts() ) : the_post(); get_template_part( 'template-parts/archive/archive', 'layout-1' ); endwhile; echo '
'; //End nxt-row $pagination = nexter_pagination(); if ($pagination !== null) { echo wp_kses_post($pagination); } echo '
'; //End blog-post-listing echo '
'; //End nxt-col /* Right Sidebar */ if ( !empty($get_sidebar) && $get_sidebar['layout'] == 'right-sidebar' ) : get_sidebar(); endif; /* Right Sidebar */ echo '
'; //End nxt-row else : get_template_part( 'template-parts/content', 'none' ); endif; ?>