Relational Field connecting 2 CPTs

Hello @DesignMunky,

In your MS1 Homepage template, you have this looper:

This only displays the Website Template custom post type. You will have to nest the Looper in order to get to the repeater that you need to display.

- Looper Provider Query Builder
   - Looper Consumer to display the Website Content

      - Looper Provider Dynamic Content `{{dc:acf:post_field field="featured_services__issues"}}` 
         - Looper Consumer to display the items still using ACF 

            - Looper Provider Dynamic Content `{{dc:acf:post_field field="service_features_group"}}`
                - Looper Consumer to display the  Services Features Group Repeater if it is a Service custom post type

            - Looper Provider Dynamic Content `{{dc:acf:post_field field="issues_features_group"}}`
                - Looper Consumer to display the  Issues Features Group Repeater if it is a Issues custom post type

Hope this helps.

Reunel - you are the Themeco Looper Super Ninja!!!

THANK YOU!

You’ve been a huge help in making this clear to me - cheers!

Darren. :grinning:

No Problem, Darren.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.