Listing articles related to this page in Panel, query, blueprint

I have a set of category/tag pages that I’d like to add a list of articles underneath them in the panel so that authors could quickly navigate the proper filing of pages using those Category/Tags. I know this is reverse relational or something, but it’s helpful.

As I’m currently extending the Articles section to list the articles here in this Category blueprint, what is the blueprint query I’d use to extend the Articles Section so that they’d show up here, but have them only be ones that I’ve added the current category to?

articles:
   extends: sections/articles
   help: "Is there a way to filter by articles attached to this category, too?"

The problem here is that you cannot use queries in a pages section, you would have to use the pagesdisplay plugin.

1 Like

Gotcha. Okay.