Exemple #1
0
<?php

get_header();
?>


    <div class="content">
        <div class="container">
            <div class="row">

            <?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