tags: initial tag template

This commit is contained in:
Kazhnuz 2018-10-24 18:04:36 +02:00
parent 98c7c8af98
commit 16c3a52f5c
1 changed files with 10 additions and 0 deletions

10
tag.php Normal file
View File

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