Tags

Creating and managing tags for organising and filtering assets in the MediaHub library.

Managing tags

Go to Setup → Media Hub → Tags to manage global library tags. Tags are ProcessWire pages, so you can create, rename, and delete them from this screen.

Assigning tags to assets

Assign tags to an asset from the metadata sidebar on its detail page. Multiple tags can be assigned to a single asset.

Filtering by tag

In the library view, click any tag in the sidebar to filter the library to assets with that tag. Tags are also available as a filter criterion in the library toolbar.

Tags in template code

Tags are queryable in template code via the tags(), getTag(), findTag(), and display tag methods on asset pages. See the Template API for the full reference.

Per-reference tags

In addition to global tags, MediaHub supports per-reference tags that apply only in the context of a specific page and field. These are separate from library tags and are covered on the Per-Reference Metadata page.