Skip to content

Instantly share code, notes, and snippets.

View isellsoap's full-sized avatar

Francesco Schwarz isellsoap

View GitHub Profile
@isellsoap
isellsoap / yearly-archive.php
Created December 17, 2012 16:24 — forked from anonymous/Kirby Archive
Kirby: yearly archive of blog articles.
<?php
$blog_uri = 'blog';
$articles = $pages->find( $blog_uri )->children()->visible()->sortBy( $sort='date', $dir='desc' );
$year = date( 'Y' );
?>
<ul>
<?php
// loop through blog articles