Issue with Bricks Query Loop Media Display

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}

Here are my current query loop settings:

Here is what it looks like right now:

Maybe someone has an easy workaround for this which I might have overlooked or misunderstood.
Anyways, thank you in advance!

Hey Tobi,

how do you define “included in the current post”?

Best,

André

Hi André

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.

Thanks for your quick reply!
Tobi

Hey Tobi,

and with “each post includes images” you mean they are included within Bricks? Or within Gutenberg? Or how and where do you include them?

Best,

André

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.

For reference: Ordace – Tobias Erlach

Thank you for your help André.