INIT: Version de base du thème WP Theme SEN2 v1.0.0

This commit is contained in:
2025-10-09 12:13:38 +00:00
parent 5839c442c2
commit b3043d5754
5 changed files with 363 additions and 0 deletions
+13
View File
@@ -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(); ?>