';
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 '
';
echo boldthemes_get_heading_html (
array (
'superheadline' => $meta_html,
'headline' => get_the_title(),
'subheadline' => $author_html,
'url' => get_permalink(),
'size' => 'normal',
'html_tag' => 'h2',
'dash' => $dash,
'el_style' => '',
'el_class' => ''
)
);
echo '
';
if ( ! BoldThemesFramework::$has_sidebar ) {
echo '
' . BoldThemesFrameworkTemplate::$content_final_html . '
';
}
if ( $share_html != '') echo '
' . wp_kses( $share_html, 'share' ) . '
' . esc_html__( 'Share', 'nifty' ) . '';
echo '
';
echo '