INIT: Version de base du thème WP Theme SEN2 v1.0.0
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php get_header(); ?>
|
||||
|
||||
<div class="content-area">
|
||||
<?php
|
||||
if (have_posts()) :
|
||||
while (have_posts()) : the_post();
|
||||
the_content();
|
||||
endwhile;
|
||||
endif;
|
||||
?>
|
||||
</div>
|
||||
|
||||
<?php get_footer(); ?>
|
||||
Reference in New Issue
Block a user