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/components/sidebar/archives.php

9 lines
304 B
PHP

<section class="card head-primary">
<h2 class="card-header"><svg class='icon' alt=''><use xlink:href='#icon-folder'></use></svg> Archives</h2>
<div class="card-body">
<ul class="tag-list">
<?php wp_get_archives('type=yearly&format=html&show_post_count=0'); ?>
</ul>
</div>
</section>