• Hi! I need to query taxonomy in a way that is not supported by the default Query Loop block :

    • with tags Not including “foo”
    • with no tags

    Use case: A private site where all tagged and untagged content is for members-only, but public content is tagged “public”. I don’t want to tag all member content as ‘”private”. And I don’t want to modify the default query loop block filter in the FSE to include all tags except public, because this will need to be modified whenever a new tag is created.

    I’d prefer not to create a CPT for public posts, and then query for that specific CPT, but I will do that if it’s supported and available immediately.

    If my request requires a code change, I can take a look at this plugin code and maybe offer a patch that includes the new feature.

    Suggestions? Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Ryan Welcher

    (@welcher)

    Hi and thanks for using AQL.

    Sorry for the delay getting back to you on this. I haven’t done any custom controls for taxonomy-related queries but would absolutely look at a pull request if you have the time. Alternatively, you could create an plugin that could extend AQL using the instructions here.

Viewing 1 replies (of 1 total)
  • The topic ‘Taxonomy query’ is closed to new replies.