Пример #1
0
?>

        <header>
            <?php 
echo $td_mod_single->get_title();
?>

            <div class="meta-info">
                <?php 
echo $td_mod_single->get_category();
?>
                <?php 
//echo $td_mod_single->get_author();
?>
                <?php 
echo $td_mod_single->get_date(false);
?>
                <?php 
echo $td_mod_single->get_commentsAndViews();
?>
            </div>
        </header>
    </div>
    </div> <!-- close the row from td_page_generator -->

    <div class="row-fluid "> <!-- open new row -->
        <?php 
// we check the sidebar position and for each one we have a different case
switch ($loop_sidebar_position) {
    default:
        // sidebar right - the default sidebar position
Пример #2
0
    ?>
>

        <header>

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

            <div class="meta-info">
                <?php 
    //echo $td_mod_single->get_category();
    ?>

                <?php 
    echo $td_mod_single->get_date(true);
    ?>
 | <?php 
    echo $td_mod_single->get_author();
    ?>
                <?php 
    //echo $td_mod_single->get_commentsAndViews();
    ?>
            </div>
        </header>
            <?php 
    echo $td_mod_single->get_social_sharing();
    ?>
            <?php 
    echo $td_mod_single->get_social_like_tweet();
    ?>