Hi Support,
I have a 1-to-1 parent (Main Tour page) to child (St Lucia Tour) relationship. On the Tour CPT is a Tour Times repeatable group which I would like to show on the Main Tour (parent) page. I have created the view to display the loop of the repeatable items (query filter: tour times grp from where view is shown) and tried to generate something by creating another view with content template to load St Lucia Tour from db and adding {item="@page-st-lucia-tour} to select the tour related to where the view is shown on the Main Tour page.parent.
Please assist with the correct settings to accomplish this.
Thx Shaun
If you are having still issues and not clear how to you that how to display your repeating field group, I need problem URL where you want to display the RFG and access details.
*** Please make a FULL BACKUP of your database and website.***
I have set the next reply to private which means only you and I have access to it.
I checked on your install and I found that you are using the following Content Template to display your page:
=> hidden link
Now, I see you created the following view that is looping through the RFG "Tour Times Grp" you created:
=> hidden link
what if you just add the above view "main-tour-times-internal" to the content template "page-bgz-template" - do you see any results? as you acknowledge that you want to display the view in sidebar - what if you use the view's widget and add it to your desired sidebar from: Appearance => Widgets => add WP Views widget to your desired sidebar
My issue is resolved now. Thank you!
The solution was to wrap the view in a content template and then use the item=relationship delimiter. To get this on the sidebar I used the CT shortcode with the item delimiter and showed it through the Custom HTML widget.