Support

Account

Home Forums ACF PRO Arbitrary field on secure page Reply To: Arbitrary field on secure page

  • Thank you all for your attention
    Suddenly someone come in handy:

    <?php if ( ! post_password_required() ) { if( have_rows(‘test’) ): ?>
    <?php while( have_rows(‘test’) ): the_row();
    // vars
    $tesst = get_sub_field(‘test_tesst’);
    ?>
    <?php echo $tesst; ?>
    <?php endwhile; ?>
    <?php endif; } ?>