WAIT: Terms->Tags(Post) in query loop returns empty


Terms->Tags(Post) in query loop returns empty

Hello @BricksLayer,

what do you want to output there? I see you have {post_content}, but you are outputting the terms.
If you try with {term_name} instead, you should see some output, right?

Best regards.
Matej

It could be my mistake… I thought the term could be used to filter posts with specific terms and then output data from that post.

Hey @BricksLayer,

to achieve this, you can just create “Posts” query, and then include only those that have specific term, for example:
CleanShot 2025-01-10 at 15.52.57@2x

The way you do, you will output all terms, not posts.

Matej

Thank you! My hope was to filter posts that belong to the same term as the post currently being displayed. However, it appears that this functionality is not offered natively by BricksBuilder. I would assume that a ‘same (related) category’ or ‘same (related) term’ option is something that is used quite often.