first commit
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
get_header();
|
||||
|
||||
while (have_posts()) :
|
||||
|
||||
the_post();
|
||||
|
||||
get_template_part('format', 'page-standard');
|
||||
|
||||
endwhile;
|
||||
|
||||
get_footer();
|
||||
?>
|
Reference in New Issue
Block a user