'; 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 ''; ?>
>
' . $category_list . '
'; } ?>

'; echo get_avatar( get_the_author_meta( 'ID' ), 30 ); echo ''; } else { echo ''. esc_html__( 'By ', 'bard' ) .''; } the_author_posts_link(); ?>
'; endwhile; // Loop End else: ?>

'; ?>