fix agenda archive && thumbnails
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user