mirror of
https://github.com/cupcakearmy/wordpress-template.git
synced 2024-12-21 07:36:30 +00:00
8 lines
152 B
PHP
8 lines
152 B
PHP
<?php get_header(); ?>
|
|
<div id="content">
|
|
<?php while ( have_posts() ) {
|
|
the_post();
|
|
the_content();
|
|
} ?>
|
|
</div>
|
|
<?php get_footer(); ?>
|