Пример #1
0
 **/
if (have_posts()) {
    the_post();
    $td_mod_single = new td_module_1($post);
    if (!empty($td_mod_single->td_post_theme_settings['td_subtitle'])) {
        ?>
        <p class="td-sub-title"><?php 
        echo $td_mod_single->td_post_theme_settings['td_subtitle'];
        ?>
</p><?php 
    }
    ?>

    <div class="td-post-text-content">
        <?php 
    echo $td_mod_single->get_content();
    ?>
    </div>


    <div class="clearfix"></div>

    <footer>
        <?php 
    echo $td_mod_single->get_post_pagination();
    ?>
        <?php 
    echo $td_mod_single->get_review();
    ?>
        <?php 
    echo $td_mod_single->get_source_and_via();