initial commit
This commit is contained in:
19
archive.php
Executable file
19
archive.php
Executable file
@@ -0,0 +1,19 @@
|
||||
<?php get_header(); ?>
|
||||
|
||||
<main role="main">
|
||||
<!-- section -->
|
||||
<section>
|
||||
|
||||
<h1><?php _e( 'Archives', 'iotheme' ); ?></h1>
|
||||
|
||||
<?php get_template_part('loop'); ?>
|
||||
|
||||
<?php get_template_part('pagination'); ?>
|
||||
|
||||
</section>
|
||||
<!-- /section -->
|
||||
</main>
|
||||
|
||||
<?php get_sidebar(); ?>
|
||||
|
||||
<?php get_footer(); ?>
|
||||
Reference in New Issue
Block a user