I want to create a Tutorial Template page with easy steps to follow. and i did that with Advanced Custom Fields (ACF) – great plugin
Not every tutorial has the same amount of steps to follow so i wanted an dynamic setup and still write easy tutorials.
So i made a while loop for a repeater field.
While Loop for ACF repeater field.
The repeater field is called steps and the subfields are called, steptitle and stepcontent.
It should result in something like this:
_______
Step #1 The first title from steptitle
This is the content from the first stepcontent field
Step #2 The second title from steptitle
This is the content from the second stepcontent field
_______