Home › Forums › Add-ons › Flexible Content Field › Create a global counter for a layout type › Reply To: Create a global counter for a layout type
Hi @egr103
All you need to do is make a new counter for your flexible content field the same way you did for the repeater like so:
<?php $j = 0; if( get_sub_field('layout') ): ?>
<?php while( has_sub_field("layout") ): $j++; ?>
Then use $j in your div id like you used $i.
Thanks
E
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.