PHP counter with ACF Flexible fields and Fullpage.js
问题 I'm hoping someone can help me... I am using Alvaro Trigo's Fullpage.js and Elliot Condon's ACF Flexible field within a Wordpress site I'm developing. For each flexible field entry I declare a new section / page within Fullpage. The client would like a counter fixed to the bottom of the page, which reads 1/10, 2/10, 3/10 etc. I am able to count the total number of fields, using <?php echo count( get_field('content') ); ?> However, I am unsure how to update each number every time the slide