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; } ?>
post_author ); $meta[] = sprintf( '%s %s', esc_html__( 'by', 'all-in-one-video-gallery' ), esc_url( $author_url ), esc_html( get_the_author() ) ); } if ( count( $meta ) ) { printf( '
%s
', esc_html__( 'Posted', 'all-in-one-video-gallery' ) . ' ' . implode( ' ', $meta ) ); } ?>
sanitize_text_field( $attributes['categories_orderby'] ), 'order' => sanitize_text_field( $attributes['categories_order'] ) ) ); if ( ! empty( $categories ) ) { $meta = array(); foreach ( $categories as $category ) { $category_url = aiovg_get_category_page_url( $category ); $meta[] = sprintf( '%s', esc_url( $category_url ), esc_html( $category->name ) ); } printf( '
%s
', implode( ', ', $meta ) ); } } ?> sanitize_text_field( $attributes['categories_orderby'] ), 'order' => sanitize_text_field( $attributes['categories_order'] ) ) ); if ( ! empty( $tags ) ) { $meta = array(); foreach ( $tags as $tag ) { $tag_url = aiovg_get_tag_page_url( $tag ); $meta[] = sprintf( '%s', esc_url( $tag_url ), esc_html( $tag->name ) ); } printf( '
%s
', implode( ', ', $meta ) ); } } ?>