sabato 26 aprile 2014

WORDPRESS TEMPLATE PAGE STANDARD FILE

    <?php
    /*
    Template Name: manifest

    */
    ?>

get_header(); ?>

    <div id="primary" class="site-content">
        <div id="content" role="main">

            <?php while ( have_posts() ) : the_post(); ?>
                <?php get_template_part( 'content', 'page' ); ?>
                <?php comments_template( '', true ); ?>
            <?php endwhile; // end of the loop. ?>

        </div><!-- #content -->
    </div><!-- #primary -->

<?php dynamic_sidebar( 'manifest' ); ?>
<?php get_footer(); ?>

Nessun commento:

Posta un commento