' .
do_shortcode('[button link="https://www.sige.ita.br/events/st' . $stNum . '_' . $ano . '/" color="blue" newwindow="yes"]Sessão Técnica[/button]') .
do_shortcode('[button link="https://www.sige.ita.br/edicoes-anteriores/' . $ano . '/st/' . $code . '_1.pdf" color="red" newwindow="yes"]Artigo Completo[/button]') .
do_shortcode('[button link="#comments" color="orange" newwindow="yes"]Perguntas![/button]') .
'
';
}
elseif ($post_type == 'Poster')
{
$pdf_addres = 'https://www.sige.ita.br/edicoes-anteriores/' . $ano . '/st/' . $code . '_1.pdf';
echo do_shortcode('[button link="https://www.sige.ita.br/events/st-posters' . $ano . '/" color="blue" newwindow="yes"]Sessão Técnica[/button]') .
do_shortcode('[button link='. $pdf_addres . ' color="red" newwindow="yes"]Download[/button]') .
do_shortcode('[button link="#comments" color="orange" newwindow="yes"]Perguntas![/button]') .
'
' .
do_shortcode('[pdf-embedder url='. $pdf_addres . ']') .
'
';
}
else{
echo $content;
}
?>
term_id;
}
$atts[] = 'category="' . implode( ',', $ids ) . '"';
}
if ( ! empty( $attributes['tags'] ) ) {
$ids = array();
foreach ( $attributes['tags'] as $tag ) {
$ids[] = $tag->term_id;
}
$atts[] = 'tag="' . implode( ',', $ids ) . '"';
}
$atts[] = 'related="1"';
$atts[] = 'exclude="' . (int) $attributes['id'] . '"';
$atts[] = 'show_count="0"';
$atts[] = 'columns="' . (int) $attributes['columns'] . '"';
$atts[] = 'limit="' . (int) $attributes['limit'] . '"';
$atts[] = 'orderby="' . sanitize_text_field( $attributes['orderby'] ) . '"';
$atts[] = 'order="' . sanitize_text_field( $attributes['order'] ) . '"';
$atts[] = 'show_pagination="' . (int) $attributes['show_pagination'] . '"';
$related_videos = do_shortcode( '[aiovg_videos ' . implode( ' ', $atts ) . ']' );
if ( $related_videos != aiovg_get_message( 'videos_empty' ) ) {
echo $related_videos;
}
}