Exemple #1
0
            <?php 
global $post;
/* GET LAYOUT DETAILS */
$myThemes_layout = new layout('single', $post->ID);
/* LEFT SIDEBAR */
$myThemes_layout->echoSidebar('left');
?>
                <!-- CONTENT -->
                <section class="<?php 
echo $myThemes_layout->contentClass();
?>
">

                <?php 
/* LEFT WRAPPER */
$myThemes_layout->contentWrapper('left');
if (have_posts()) {
    while (have_posts()) {
        the_post();
        ?>
                            <article <?php 
        post_class('row-fluid');
        ?>
>

                                <?php 
        $classes = 'no-thumbnail';
        if (has_post_thumbnail()) {
            ?>
                                        <div class="post-thumbnail">
                                            <?php