ID ); $image = aiovg_get_image_url( $post_meta['image_id'][0], 'large', $post_meta['image'][0] ); $image_alt = get_post_meta( (int) $post_meta['image_id'][0], '_wp_attachment_image_alt', true ); $post_type = get_post_meta($post->ID , 'tipo_de_video', true); //$abstract = get_post_meta($post->ID , 'abstract', true); //$code = get_post_meta($post->ID , 'codigo', true); //$stNum = get_post_meta($post->ID , 'numero-sessao-tecnica', true); $ano = get_post_meta($post->ID , 'ano', true); $authors = get_post_meta($post->ID , 'autores', true); if ( empty( $image_alt ) ) { $image_alt = $post->post_title; } ?>