fix agenda archive && thumbnails

This commit is contained in:
Tessier
2020-09-21 12:55:26 +02:00
parent 7f3fb7facb
commit 6de32791c3
20 changed files with 172 additions and 152 deletions
+5
View File
@@ -5,9 +5,14 @@
$context = Timber::context();
$context['term_page'] = new Timber\Term();
$today = date('Y-m-d H:i:s');
$args = array(
'post_type' => 'post',
'post_status'=>'publish',
'orderby' => 'meta_value',
'meta_key' => 'informations_debut_event',
'order' => 'DESC',
);
$context['post'] = Timber::get_post();