Support

Account

Home Forums General Issues ACF and WPML on php code Reply To: ACF and WPML on php code

  • Hello i solve my question with this code:

    <?php if ( get_post_meta( get_the_ID(), 'indirizzo', true ) ) : ?><p><span class="list">
    			     <?php _e( 'Indirizzo: '); ?>
                </span>
                <?php the_field('indirizzo'); ?> </p><?php endif; ?>