How to List Your Posts Divided by Categories and tag in Bricks

Hi All

Trying to List some custom posts by category - but only display those with a specific tag

Kind of like this - but with an extra filter for a tag

But i can’t work out how to query the posts so they only show Category/ Tagged

At the moment it filters by tags - but it doesn’t separate the post to their corresponding category - just adds all tagged posts to every category

Guess i’m missing something very obvious? Any help appreciated!, and thanks @timmse for the link

There is a term query loop on the main container which is working and used to create the Category heading.

Below is the Post Query - you can see the problem! Duplicated not sorted…

Hey Peter,
You still need the categories taxonomy query + the tags taxonomy query on the “inner” loop.

Categories taxonomy query:

Tags taxonomy query:

Best regards,
timmse

My hero @timmse ! Thanks

How do i hide the sections where the Categories have no tagged entries?

I’m still struggling with how to hide Category sections with no tagged posts?

Is it a conditional setting on the Category Section (with the query)

So out of my depth! Not sure how to do this

1 Like