This repository has been archived on 2024-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
kspace-wordpress-theme/archive.php

8 lines
267 B
PHP
Raw Permalink Normal View History

<?php get_header(); ?> <!-- ouvrir header,php -->
<main id="skip">
2022-11-23 19:40:47 +01:00
<?php kspace_cat_breadcrumb(get_the_archive_title(), 'calendar'); ?>
<?php include(TEMPLATEPATH . '/components/preview-list.php'); ?>
</main>
<?php get_sidebar(); ?>
<?php get_footer(); ?>