?>
" class="<?php 
echo join(' ', get_post_class('td-post-template-3'));
?>
" <?php 
echo $td_mod_single->get_item_scope();
?>
>
    <div class="td-post-header td-container">
        <div class="td-crumb-container"><?php 
echo td_page_generator::get_single_breadcrumbs($td_mod_single->title);
?>
</div>
        <div class="td-post-header-holder td-image-gradient">
            <?php 
echo $td_mod_single->get_image('td_1068x0');
?>

            <header class="td-post-title">
                <?php 
echo $td_mod_single->get_category();
?>
                <?php 
echo $td_mod_single->get_title();
?>


                <?php 
if (!empty($td_mod_single->td_post_theme_settings['td_subtitle'])) {
    ?>
                    <p class="td-post-sub-title"><?php 
Exemple #2
0
            </header>

        </div>

        <?php 
    echo $td_mod_single->get_social_sharing_top();
    ?>


        <div class="td-post-content">

        <?php 
    // override the default featured image by the templates (single.php and home.php/index.php - blog loop)
    if (!empty(td_global::$load_featured_img_from_template)) {
        echo $td_mod_single->get_image(td_global::$load_featured_img_from_template);
    } else {
        echo $td_mod_single->get_image('td_696x0');
    }
    ?>

        <?php 
    echo $td_mod_single->get_content();
    ?>
        </div>


        <footer>
            <?php 
    echo $td_mod_single->get_post_pagination();
    ?>
?>
" class="<?php 
echo join(' ', get_post_class('td-post-template-4'));
?>
" <?php 
echo $td_mod_single->get_item_scope();
?>
>
    <div class="td-post-header td-container">
        <div class="td-entry-crumbs td-pb-padding-side"><?php 
echo td_page_generator::get_single_breadcrumbs($td_mod_single->title);
?>
</div>
        <div class="td-post-featured-image td-image-gradient">
            <?php 
echo $td_mod_single->get_image('td_1021x580');
?>

            <header class="td-pb-padding-side">
                <?php 
echo $td_mod_single->get_category();
?>
                <?php 
echo $td_mod_single->get_title();
?>


                <?php 
if (!empty($td_mod_single->td_post_theme_settings['td_subtitle'])) {
    ?>
                    <p class="td-post-sub-title"><?php