category: initial category template

This commit is contained in:
Kazhnuz 2018-10-24 18:02:33 +02:00
parent d6547241cc
commit 98c7c8af98
1 changed files with 11 additions and 0 deletions

11
category.php Normal file
View File

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