You can create links to specific tags by appending /?h=1&t= and then the tag to the URL, for example. https://example.com/newsroom/?h=1&t=exampletag
.
Multiple tags can be comma-separated, like https://example.com/newsroom/?h=1&t=exampletag,exampletag2
. This will create an archive page that contains items with either the first tag OR the second tag.
If you want to create an archive page that contains items with the first tag AND the second tag, you can do this by appending &match=1 to the Archive URL. For example https://example.com/newsroom/?h=1&t=exampletag,exampletag2&match=1
.
It is also possible to exclude certain tags from an archive page, this can be done by appending &d=exampletag. For example https://example.com/newsroom/?h=1&d=exampletag
. This will create an archive page that excludes items that contain the tag 'exampletag'.
You can choose to apply a filter for a specific year and month by appending &filter_year= and &filter_month=. For example:https://example.com/newsroom/?h=1&filter_year=2023&filter_month=10
Comments
0 comments
Article is closed for comments.