Hi @alexander!
I am sorry for asking without testing.
Integrating the Repeater field is a huge thing. I have some practical questions.
-
Imagine we decide to build a “Meet the team” page using the ACF Repeater instead of the CPT’s. Let’s say that one of the repeated fields is a checkbox that indicates the availability of individual team members. There should be a condition on an element that reads the checkbox status for each of the members and shows the appropriate status indicator. I guess this is straightforward, but just checking.
-
Imagine that another repeated field is a dropdown with three options. Let’s say they are “Sales” “R&D” and “Support”. Would it be possible to create three loopers on the page, each grouping one of the three, based on the dropdown status?
-
This one is not about the repeaters. It is the concept of nested loopers. I saw something similar with the terms, and figured if this would be possible:
Imagine an archive page that is grouping posts based on the categoires. The more categories, the more groups. So perhaps a Section is a provider, and each Row is a different category. Inside the Rows, each column is a post from that category.
From the practical standpoint, such page probably wouldn’t display all the categories, but only those that are set as highlighted (using ACF). Also, each category would display only few latest posts, and the “See all” button would lead to the Category page. Also, each row would also had to show other dynamic elements like the Category title.
Thanks!