mirror of
https://github.com/cupcakearmy/wordpress-template.git
synced 2025-09-05 15:50:41 +00:00
bare theme
This commit is contained in:
8
theme/index.php
Normal file
8
theme/index.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php get_header(); ?>
|
||||
<div id="content">
|
||||
<?php while ( have_posts() ) {
|
||||
the_post();
|
||||
the_content();
|
||||
} ?>
|
||||
</div>
|
||||
<?php get_footer(); ?>
|
Reference in New Issue
Block a user