1er commit

WP theme
This commit is contained in:
2016-10-20 19:45:17 +02:00
commit 729a7572af
62 changed files with 13838 additions and 0 deletions

25
template-livre-d-or.php Normal file
View File

@@ -0,0 +1,25 @@
<?php
/*
Template Name: Livre d'Or
*/
get_header(); ?>
<div id="primary" class="site-content">
<div id="content" role="main">
<?php if (function_exists('mybread')) mybread();?>
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', 'livre' ); ?>
<?php //comments_template( '', true );
comments_template('/comments-livre.php'); ?>
<?php endwhile; // end of the loop. ?>
</div><!-- #content -->
</div><!-- #primary -->
<?php get_footer(); ?>