Hey Bricks Fam,
I have added a query loop image gallery in the form of a slideshow to my post page template - now I want it to ONLY show images that are included in the current post when opened.
Right now it displays all the images I have uploaded to the site so far. The images are set dynamic by {post_id}
Well, this is a template for a specific post type; each post includes images that I want to display here in that slideshow. My goal is to have an image gallery with the post’s images on every page.
I now have created a custom field with pods called {pods_post_extra_image}, which contains all the images i want to display. I have set a query loop, but only 1 image of the ones that I have added to the custom field shows up.
Also, when I insert the premade image gallery and select {pods_post_extra_image} as dynamic data, it works completely fine, and all the images are displayed. Sadly this does not work with my slider design.