video embed
This commit is contained in:
@@ -23,7 +23,7 @@ $tpsF = array(
|
||||
);
|
||||
|
||||
$today = date('Y-m-d H:i:s');
|
||||
|
||||
|
||||
$args = array (
|
||||
'post_type' => 'post',
|
||||
'orderby' => 'informations_debut_event',
|
||||
@@ -38,6 +38,9 @@ $args = array (
|
||||
'numberposts' => 3
|
||||
);
|
||||
|
||||
$context['video_url'] = get_field('video_la_mine', FALSE, FALSE);
|
||||
|
||||
|
||||
$context['projet'] = Timber::get_posts( $projet );
|
||||
$context['posts'] = Timber::get_posts( $args );
|
||||
$context['tpsF'] = Timber::get_posts( $tpsF );
|
||||
|
||||
Reference in New Issue
Block a user