';
if ( have_posts() ) :
// Loop Start
while ( have_posts() ) :
the_post();
// Full Width Post
$full_width_post = false;
$custom_post_class = '';
$custom_post_excerpt = 30;
if ( $wp_query->current_post == 0 && ! is_paged() && bard_options( 'blog_page_full_width_post' ) ) {
$custom_post_class = ' class="full-width-post"';
$full_width_post = true;
$custom_post_excerpt = 110;
}
echo '
';
?>
>
';
}
?>