Exemple #1
0
<?php

/**
 * @package WordPress
 * @subpackage constructor
 */
__('Simple', 'constructor');
// required for correct translation
?>
<div id="content" class="box shadow opacity <?php 
the_constructor_layout_class();
?>
">
    <div id="container" >
    <?php 
get_constructor_slideshow(true);
?>
    <?php 
if (have_posts()) {
    ?>
        <div id="posts">
        <?php 
    while (have_posts()) {
        the_post();
        ?>
            <div <?php 
        post_class();
        ?>
 id="post-<?php 
        the_ID();
        ?>
<?php

/*
Template Name: Monocolumn
*/
/**
 * @package WordPress
 * @subpackage Constructor
 */
wp_enqueue_script('comment-reply');
get_header();
?>
<div id="content" class="box shadow opacity <?php 
the_constructor_layout_class('none');
?>
">
    <div id="container">
        <div id="posts">
        <?php 
while (have_posts()) {
    the_post();
    ?>
            <div <?php 
    post_class();
    ?>
 id="post-<?php 
    the_ID();
    ?>
">
                <div class="title opacity box">
                    <h1><a href="<?php