I got managed to get things running thanks to your previous help but now I have another problem. I have a CPT called Side Hustles and a Custom Repeatable Group for that Post Type called Key Facts and they both get listed like this : WordPress Post Type -> CPT (Side Hustles) -> Key Facts. The thing is the Side Hustles are already shown by a loop inside of a View on the regular WordPress Posts but to get the repeatable field group I would have to list them in another View called key-facts (VIEW) and show them in the View for my Side Hustles called side-hustles. Its a view inside of a view listed on a regular WP post.
I cant get to show the second view in the first with the repeatable group.
Hello. Thank you for contacting the Toolset support.
Can you please share problem URL where you added the view and repeating field group view as well as admin access details.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
Solution: Query 2nd view (quick-facts) by -> Select items from the Quick Facts group that are a related to the current post in the loop. -> then use [wpv-view name="quick-facts"] in the 1st view (side-hustles) which has the loop for the Side Hustles and is also shown in the WordPress Post. I hope this makes sense for people looking for the same solution.