Salut,
dans wp-verito-timeline.php ligne 46, remplace :
$this->asset->media = $meta[‘wpvt_video’][0];
par :
$this->date->asset->media = $meta[‘wpvt_video’][0];
et ne touche pas à ceci c’est pour l’image à la une :
if( $thumbnail_id ) {
// if there is featured image
$img = wp_get_attachment_image_src( $thumbnail_id, ‘full’ );
$thumbnail_image = get_post( $thumbnail_id, ‘OBJECT’ );
if ($thumbnail_image && isset($thumbnail_image)) {
$this->asset->media = $img[0];
$this->asset->caption = $thumbnail_image->post_excerpt;
}