' . BoldThemesFrameworkTemplate::$media_html . '
';
if ( boldthemes_get_option( 'hide_headline' ) ) {
echo '
';
echo boldthemes_get_heading_html (
array (
'superheadline' => BoldThemesFrameworkTemplate::$categories_html,
'headline' => get_the_title(),
'subheadline' => BoldThemesFrameworkTemplate::$meta_html,
'size' => 'normal',
'dash' => BoldThemesFrameworkTemplate::$dash
)
);
echo '
' ;
}
$extra_class = '';
echo '
';
echo '
' . BoldThemesFrameworkTemplate::$content_html. '
';
if ( ( BoldThemesFrameworkTemplate::$cf != '' && count( BoldThemesFrameworkTemplate::$cf ) > 0 ) ) {
echo '
';
echo '
';
for ( $i = 0; $i < count( BoldThemesFrameworkTemplate::$cf ); $i++ ) {
$item = BoldThemesFrameworkTemplate::$cf[ $i ];
$item_key = substr( $item, 0, strpos( $item, ':' ) );
$item_value = substr( $item, strpos( $item, ':' ) + 1 );
echo '- ' . esc_html( $item_key ) . ':
';
echo '- ' . esc_html( $item_value ) . '
';
}
echo '
';
echo '
';
}
echo '
';
if ( $share_html != '') echo '
' . wp_kses( $share_html, 'share' ) . '' . esc_html__( 'Share', 'nifty' ) . '
';
global $multipage;
if ( $multipage ) {
echo '
';
wp_link_pages( array(
'before' => '
' . esc_html__( 'Pages:', 'nifty' ),
'separator' => '- ',
'after' => '
'
));
}
echo '