Support

Account

Home Forums General Issues get_field() — noob problems with Brizy Reply To: get_field() — noob problems with Brizy

  • Hi @jarvis

    thanks a lot for your answer!
    Following the manual on this page: https://www.advancedcustomfields.com/resources/hiding-empty-fields/
    The code I am supposed to use is something like this:
    `<?php if( get_field(‘field_name’) ): ?>
    <?php endif; ?>

    Sorry for being stupid — but how can I combine it with the your code?

    Thank you!