', '' );
/* Meta */
$single_author_option = BMC\blogmatic_get_customizer_option( 'single_author_option' );
?>
' .( ( $read_time_option == 'customizer' ) ? blogmatic_post_read_time( get_the_content() ) : $read_time_meta ) . '';
$single_read_time_icon = BMC\blogmatic_get_customizer_option( 'single_read_time_icon' );
if( $single_read_time_icon ) {
$icon_html = blogmatic_get_icon_control_html($single_read_time_icon);
if( $icon_html ) $read_time = $icon_html . $read_time;
}
echo '' .$read_time. '';
/* Comments */
$comments_num = '';
$single_comments_icon = BMC\blogmatic_get_customizer_option( 'single_comments_icon' );
if( $single_comments_icon ) {
$icon_html = blogmatic_get_icon_control_html($single_comments_icon);
if( $icon_html ) $comments_num = $icon_html . $comments_num ;
}
echo '';
?>
php