Looper Consumer only returns 1 post instead of all matching posts

I’m building a repeating card layout on wiserpolicy.org that should pull in every post tagged with a specific category (“WISER Wednesday”), but the Looper Consumer only renders one post instead of all matching posts, even though the query settings all appear correct.

Current setup (Section level):

  • Looper Provider: ON
  • Post Type: Post
  • Taxonomies: WISER Wednesday (single term, no AND/OR chaining)
  • Authors: Any
  • Date: Any
  • Count: Default
  • Order By: Date/Descending
  • Offset: Off
  • Looper Consumer: ON, Items set to “All”

What I’ve already ruled out:

  • Confirmed via the Posts list that many published posts carry the “WISER Wednesday” category (7+ visible in one filtered view), so this isn’t a data/tagging issue.
  • Tried the taxonomy filter with WISER Wednesday alone, WISER-Op alone, and both combined — same result each time.
  • Confirmed Post Type is correctly set to “Post.”
  • Confirmed no duplicate/conflicting Looper Provider is active at the Row or Column level — Section is the only level with Provider turned on, and the Raw Content element (inside Column 1) is the only Consumer.
  • Confirmed Count is “Default,” not Custom/1.

What actually renders: the Consumer correctly pulls real, accurate post data (title and permalink resolve properly via {{dc:post:title}} / {{dc:post:permalink}} ) — but it only ever renders one post, never repeating for the rest of the matching query results.

Could you help identify why the Consumer is limiting to one result despite Items being set to “All”? Happy to provide login access or a screen recording if that speeds things up.

Hello @wiser308,

Thanks for posting in!

Is this term a category, a tag, or a custom taxonomy? We would be happy to double check your site if we can log in. You can create a secure note in your next reply with the following info:
– Link to your site
– WP login URL
– WP username
– WP password
– WP Administrator Role
– Confirmation that we can access and make changes to your site

To know how to create a secure note, please check this out: How The Forum Works

image

Best Regards.

Hello @wiser308,

I have checked your layout, and I found out that the whole section is your Looper Consumer. That is why you may not have noticed the post content. To fix this, your element looper structure will be like this:

Section
    Row
       Column
            Headline "WISER Wednesday"

    Row
       Column
            Text "WISER Wednesday is a weekly email that examines current news or policy issues."

    Row - Looper Provider
       Column - Looper Consumer
          Raw Content element 

And it should look something like this:

Hope this makes sense.