' . BoldThemesFrameworkTemplate::$media_html . '
';
if ( boldthemes_get_option( 'hide_headline' ) ) {
echo '
';
echo boldthemes_get_heading_html (
array (
'superheadline' => $meta_html,
'headline' => get_the_title(),
'subheadline' => $author_html,
'size' => 'normal',
'dash' => BoldThemesFrameworkTemplate::$dash
)
);
echo '
' ;
}
$extra_class = '';
echo '
' . BoldThemesFrameworkTemplate::$content_html . '
';
if ( ( BoldThemesFrameworkTemplate::$tags_html != '' ) || ( $share_html != '' ) ) {
echo '
';
if ( BoldThemesFrameworkTemplate::$tags_html != '' ) {
echo '
';
echo wp_kses( BoldThemesFrameworkTemplate::$tags_html, 'tags' );
echo '
';
}
if ( $share_html != '') echo '
' . wp_kses( $share_html, 'share' ) . '' . esc_html__( 'Share', 'nifty' ) . '
';
echo '
';
}
global $multipage;
if ( $multipage ) {
echo '
';
wp_link_pages( array (
'before' => '
' . esc_html__( 'Pages:', 'nifty' ),
'separator' => '- ',
'after' => '
'
));
}
echo '