This article explains how to link to Presspage Newsroom archive pages filtered by one or more tags.
Link to a single tag
Create a link to a specific tag by appending /?h=1&t= followed by the tag to the URL. For example:
https://example.com/newsroom/?h=1&t=exampletag
Link to multiple tags (OR)
Separate multiple tags with a comma to create an archive page containing items with either tag. For example:
https://example.com/newsroom/?h=1&t=exampletag,exampletag2
Link to multiple tags (AND)
To create an archive page containing items with both tags, append &match=1 to the archive URL. For example:
https://example.com/newsroom/?h=1&t=exampletag,exampletag2&match=1
Exclude a tag
To exclude a tag from an archive page, append &d= followed by the tag to the URL. For example:
https://example.com/newsroom/?h=1&d=exampletag
This creates an archive page that excludes items with the tag exampletag.
Filter by year and month
Apply a filter for a specific year and month by appending &filter_year= and &filter_month= to the URL. For example:
https://example.com/newsroom/?h=1&filter_year=2025&filter_month=10