I’m trying to use L&L inside of a Category Archive page to pull the posts that are in that category. But I would also like to do a loop inside of that loop to pull any children taxonomy terms of the current archive and sort the posts into those categories on the page.
Example: Category Archive page = Restaurants
That taxonomy has Breakfast, Lunch, and Dinner sub categories.
I would like to display:
Breakfast:
list all the posts that are categorized as breakfast
Lunch:
list all the posts that are categorized as lunch
Dinner:
list all the posts that are categorized as dinner
Mainly, I’m struggling on how to pull just the current posts of the archive (ie Main Query) and not pull the full taxonomy