Hi team, I’m attempting to set up an Archive layout that groups all the posts by category. Essentially I want to display each category title first, then the various posts that belong to that category in a grid below.
I know I can do this manually with multiple looper providers using the Query Builder and filtering each one by a specific category, but I want to set it up in such a way that it automatically displays a new category and the posts within it when a new category is added.
I figure this must be possible using nested loopers but I can’t figure it out. Any suggestions?