', '' .esc_html( $single_title_tag ). '>' );
?>
' .blogig_post_read_time( get_the_content() ). '';
if( BD\blogig_get_customizer_option( 'single_read_time_icon' ) ) {
$single_read_time_icon = BD\blogig_get_customizer_option( 'single_read_time_icon' );
$icon_html = blogig_get_icon_control_html($single_read_time_icon);
if( $icon_html ) $read_time = $icon_html . $read_time;
}
echo '' .$read_time. '';
$comments_num = '';
if( BD\blogig_get_customizer_option( 'single_comments_icon' ) ) {
$single_comments_icon = BD\blogig_get_customizer_option( 'single_comments_icon' );
$icon_html = blogig_get_icon_control_html($single_comments_icon);
if( $icon_html ) $comments_num = $icon_html . $comments_num ;
}
echo '';
?>
class="entry-content">
"%s"', 'blogig' ),
array(
'span' => array(
'class' => array(),
),
)
),
wp_kses_post( get_the_title() )
)
);
do_action( 'blogig_after_single_content_hook' );
wp_link_pages(
array(
'before' => '
' . esc_html__( 'Pages:', 'blogig' ),
'after' => '
',
)
);
?>
'. get_avatar( get_the_author_meta( 'ID' ) ) .'';
?>
'. get_the_author() .'';
if( ! empty( get_the_author_meta( 'description' ) ) ) echo '
'. get_the_author_meta( 'description' ) .'
';
?>
' . get_the_date() . '';
$next_post_date = '