archive: initial archive support for categories, tags, etc.
This commit is contained in:
parent
d4cfe65aef
commit
d6547241cc
1 changed files with 8 additions and 0 deletions
8
archive.php
Normal file
8
archive.php
Normal 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(); ?>
|
Reference in a new issue