You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
532 B
15 lines
532 B
<?php get_header(); ?> <!-- ouvrir header,php -->
|
|
<main>
|
|
<?php $category = get_category( get_query_var( 'cat' ) );
|
|
kspace_cat_breadcrumb_with_rss(single_cat_title('', false), 'folder-open', 'la catégorie', get_category_link( $category->cat_ID ) . '/feed' );
|
|
?>
|
|
<div class="well">
|
|
<?php the_archive_description() ?>
|
|
</div>
|
|
<?php include(TEMPLATEPATH . '/components/preview-list.php'); ?>
|
|
|
|
</main>
|
|
|
|
<!-- Sidebar custom pour contenir la description -->
|
|
<?php get_sidebar(); ?>
|
|
<?php get_footer(); ?>
|
|
|