Beispiel #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();
        ?>
Beispiel #2
0
				<?php 
} else {
    ?>
	
					<div id="name"><a href="<?php 
    echo home_url();
    ?>
/" title="<?php 
    bloginfo('name');
    echo " &raquo; ";
    bloginfo('description');
    ?>
"><?php 
    bloginfo('name');
    ?>
</a></div>
				<?php 
}
?>
                <div id="description"><?php 
bloginfo('description');
?>
</div>
            </div>
       </div>
   </div>
   
   <div id="wrapcontent" class="wrapper">
       <?php 
get_constructor_slideshow();