post_excerpt ) ) { $caption = get_post( get_post_thumbnail_id() )->post_excerpt; } ?>
<?php the_title_attribute(); ?> /> '; } // Post Type Icon Html if( 'disable' != $post_icon ) { $post_icon_type = bstone_options( 'post-icon-type' ); $post_icon_size = bstone_options( 'post-icon-size' ); $post_icon_position = bstone_options( 'post-icon-position' ); $post_icon_html = apply_filters( 'bstone_post_blog_icon', '' ); if( 'enable' == $post_icon ) { echo ''.$post_icon_html.''; } else { echo ''.$post_icon_html.''; } } ?>