Support

Account

Home Forums General Issues ACF wrapper attributes Reply To: ACF wrapper attributes

  • ACF does not provide anything for the front end. If you want to put a wrapper around a field value then you need to code it in your theme templates.

    
    <div class="my-class"><?php the_field('my-field'); ?></div>