Hi, I’m having trouble getting a query loop to work properly. I’ve successfully used the Accordion Nestable on other sites, but now I’m trying to implement a Tab Nestable and running into issues.
Here’s what I have set up:
- A query loop on both the Title and Content that pulls from the Model Category Taxonomy for my Models CPT (this part works fine)
- Inside the Content section, there’s supposed to be another nested loop that displays all models within that specific category (this is where it breaks)
I’ve recorded a Loom video showing exactly what’s happening - you can see the issue in action there.
Any ideas what might be causing the nested loop to fail? The taxonomy connection seems solid since the outer loop works, so I’m wondering if it’s something with how the inner query is inheriting or filtering the category context.