';
if ( BoldThemesFrameworkTemplate::$blog_side_info ) {
echo '
';
$avatar_html = get_avatar( get_the_author_meta( 'ID' ), 144 );
if ( $avatar_html != '' ) {
echo '
';
}
if ( BoldThemesFrameworkTemplate::$blog_author ) {
echo '
' . boldthemes_get_post_author() . '
';
}
if ( BoldThemesFrameworkTemplate::$blog_date ) {
echo '
' . boldthemes_get_post_date( array( 'prefix' => '', 'suffix' => '' ) ) . '
';
}
echo '
';
}
if ( BoldThemesFrameworkTemplate::$media_html != '' ) {
$extra_class = '';
if ( BoldThemesFrameworkTemplate::$post_format == 'link' && BoldThemesFrameworkTemplate::$media_html == '' ) {
$extra_class = ' linkOrQuote';
}
echo '
';
echo ' ' . BoldThemesFrameworkTemplate::$media_html;
echo '
';
}
echo '
';
echo boldthemes_get_heading_html(
array (
'superheadline' => $meta_html,
'headline' => get_the_title(),
'url' => get_permalink(),
'target' => '_self',
'size' => 'normal',
'html_tag' => 'h2',
'dash' => $dash,
'el_style' => '',
'el_class' => ''
)
);
echo '
';
echo '
' . BoldThemesFrameworkTemplate::$content_final_html . '
';
echo '
';
if ( $share_html != '') echo '
' . wp_kses( $share_html, 'share' ) . '' . esc_html__( 'Share', 'nifty' ) . '
';
echo '
';
$continue_icon = !is_rtl() ? 'pe-7s_e685' : 'pe-7s_e687';
$continue_icon_position = !is_rtl() ? 'right' : 'left';
echo boldthemes_get_button_html (
array (
'icon' => $continue_icon,
'url' => get_permalink(),
'text' => esc_html__( 'READ MORE', 'nifty' ),
'style' => 'clean',
'size' => 'normal',
'icon_position' => $continue_icon_position
)
);
echo '
';
echo '
';
echo '