archive: initial archive support for categories, tags, etc.

This commit is contained in:
Kazhnuz 2018-10-24 18:01:09 +02:00
parent d4cfe65aef
commit d6547241cc
1 changed files with 8 additions and 0 deletions

8
archive.php Normal file
View File

@ -0,0 +1,8 @@
<?php get_header(); ?> <!-- ouvrir header,php -->
<main class="col-md-8">
<h1 class="page-title"><?php echo get_the_archive_title(); ?></h1>
<?php include(TEMPLATEPATH . '/components/posts-list.php'); ?>
</main>
<?php get_sidebar(); ?>
<?php get_footer(); ?>