current_post == 0 && bard_full_width_post() ) { $custom_post_class = ' class="full-width-post"'; } echo ''; // Blog Feed Wrapper if ( is_home() && $wp_query->current_post == 0 && bard_full_width_post() ) { get_template_part( 'templates/grid/blog', 'classic' ); } else if ( strpos( bard_options( 'general_home_layout' ), 'list' ) === 0 ) { get_template_part( 'templates/grid/blog', 'list' ); } else { get_template_part( 'templates/grid/blog', 'grid' ); } echo ''; endwhile; // Loop End else: ?>