tags: initial tag template
This commit is contained in:
parent
98c7c8af98
commit
16c3a52f5c
1 changed files with 10 additions and 0 deletions
10
tag.php
Normal file
10
tag.php
Normal 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(); ?>
|
Reference in a new issue