'',
],
''
)
);
}
?>
'',
],
ct_output_hero_section( 'type-2', true )
)
);
if ( ct_get_single_hero_type( false ) !== 'default' ) {
ct_add_customizer_preview_cache(
ct_html_tag(
'div',
[ 'data-hero-section-not-default' => ct_get_single_hero_type() ],
''
)
);
}
?>
'related-posts',
],
$related
)
);
if (
get_theme_mod(
'related_location', 'before'
) === 'before' && $has_related_posts
) {
echo $related_posts_output;
}
ob_start();
// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) {
?>
'comments',
],
$comments
)
);
?>