Support

Account

Home Forums Add-ons Repeater Field how to display content based on checkmark choice in repeater entry Reply To: how to display content based on checkmark choice in repeater entry

  • This is a basic wordpress loop condition and not an ACF issue.
    Simply put your heading after the if condition.

    <?php if( have_rows('pro_resource_url') || have_rows('pro_resource_download') ): ?>
           <h1>Quicklink</h1>
           <ul class="resource-links">