Need a new search?
If you didn't find what you were looking for, try a new search!
If you didn't find what you were looking for, try a new search!
Solicite atendimento de um especialista:
BH (31) 3194-1470 2511-0001
[gravityform id="8" name="Reserva de pacote | Viajar Operadora" ajax="true"]
[php]
$posts = get_field('atracoes');
if( $posts ):
foreach( $posts as $post ):
setup_postdata($post);
echo '<a href="' . get_permalink($post->ID) . '">' . get_the_title($post->ID) . '</a>';
echo "<br />";
echo "<br />";
the_field('descricao_atracao', $post->ID);
echo "<br />";
endforeach;
wp_reset_postdata();
endif;
[/php]