first commit
This commit is contained in:
9
wp-content/themes/xkater/archive.php
Normal file
9
wp-content/themes/xkater/archive.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php get_header(); ?>
|
||||
|
||||
<?php if (have_posts()) : ?>
|
||||
<?php while (have_posts()) : the_post(); ?>
|
||||
<?php get_template_part('template-parts/content', get_post_type()); ?>
|
||||
<?php endwhile; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php get_footer(); ?>
|
||||
Reference in New Issue
Block a user