Support

Account

Home Forums Front-end Issues Display only field with a content + add code inside a field Reply To: Display only field with a content + add code inside a field

  • I tried to add the code

    <!--?php
    if (get_field('proprietario')) {
      ?><strong>PROPRIETARIO:</strong> <?php the_field('proprietario'); ?><br />
    }
    ?>

    inside the wordpress post field but it didn’t work, maybe i add it in the wrong place?