current_post == 0 && true && bard_full_width_post() ) { $custom_post_class = 'blog-classic-style'; } echo '
  • '; // Blog Feed Wrapper if ( is_home() && ! is_paged() && $wp_query->current_post == 0 && true && bard_full_width_post() ) { get_template_part( 'templates/grid/blog', 'full' ); } 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: ?>