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