', '' );
blogger_buzz_post_meta();
if (!empty($postformat) || has_post_thumbnail()):
blogger_buzz_post_format_media( $postformat );
endif;
if ($post_content == 'content_excerpt'):
echo '';
the_excerpt();
echo '
';
endif;
$button = get_theme_mod('blogger_buzz_post_button_text','Read More');
if (!empty($button) && $post_content == 'content_excerpt'):
echo '';
endif;