Joomlatools Pages also allows to filter directly on Tags!

This is not possible in Joomla without an extension and can be done directly via the Frontmatter or via the url


Filtering on Tags via url

Click on the following links and see the list of articles changing in function of the filter criteria.


List of articles (filtered on Tags):

  • Organization 1 (tags: [ "tag1", "tag3" ])
  • Organization 2 (tags: [ "tag1", "tag2" ])

Filtering on Tags via Frontmatter

    ---
@collection:
    model: ext:joomla.model.articles
    state:
        sort: title
        category: [organizations]
        tags: [tag1]
---

You can filter on much more than "just" Custom Fields or Tags: