So, I’ve got a layout where I’d like to do the following:
- I want to display the latest post of the “Podcasts” category in the large section.
- I want to display the latest post of the “Articles” category in the top right smaller section.
- I will manually insert the latest series (it’s a different post type) in the bottom right small section.
- I would like then to display all remaining posts of all categories below.
I can easily complete steps 1-2 by creating their own looper providers for each using the query builder. However, when I want to do step 4, I cannot figure out how to automatically exclude the posts returned in steps 1-2. Any direction on how I might accomplish this? I know I could do an offset of 2, but that could end up problematic if I have posts that don’t fit into those two categories. Would the new Custom JSON Attributes in the query builder help at all with this (couldn’t find any documentation on this new feature)?
Is there a way to have a sub-looper that lets me loop through my loop and return certain posts by category?
Here is a screenshot of my sandbox page where I’m working on this: