Replies: 1
I can not get the image(name – galeria_imagem_patro) you insert in my page, below the php
<?php $image = get_field(‘galeria_imagem_patro’, $post_id); if( $image): $thumb = $image[‘url’]; ?>
” class=”thumb_285_350″ />
<?php endif; ?>