This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
qdouze-wordpress-theme/category.php

12 lines
314 B
PHP
Raw Normal View History

2018-10-24 18:02:33 +02:00
<?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(); ?>