role="main">
';
}
?>
'.$bootstrap_blank_Tags.' ', ', ', '
' );
if( get_the_category() ){
$bootstrap_blank_Category = get_theme_mod( 'bootstrap_blank_category_text', __( 'Category:', 'bootstrap-blank' ) . ' ' );
echo '
[]
';
the_post_thumbnail( 'full', array('class'=>'img-responsive single_post_feature_image single_post_image', 'title'=> get_the_title(),'alt'=> get_the_title() . ' images') );
echo '
' . $bootstrap_blank_Category . ' ';
the_category( ', ' );
echo '
';
}
?>