How can I Query Loop Images from HappyFiles

Hello,

I want to make an image gallery with a Query Loop that picks up images from a folder in HappyFiles. I’ve added an image element inside a Div and applying the Query Loop to the Div

So far I’ve built some of the Query Loop. The HappyFiles folder is called “Test” and includes only images.

My Query Loop has this:

  • Post Type: Posts
  • Post Type: Media
  • Terms Include: Test (Folder)

Now I need to define the source for the Image Element, but I cannot work out what to use.

1 Like

Self Solved It

{post_id} goes into the image dynamic data source.

(I was having a empty brain moment and over thinking it)

2 Likes