bare theme

This commit is contained in:
cupcakearmy
2019-08-25 18:40:12 +02:00
parent d5ee4e217f
commit 4741aad8fa
3 changed files with 42 additions and 0 deletions

8
theme/index.php Normal file
View File

@@ -0,0 +1,8 @@
<?php get_header(); ?>
<div id="content">
<?php while ( have_posts() ) {
the_post();
the_content();
} ?>
</div>
<?php get_footer(); ?>