How to list all posts with a specific list of tags

For example my hugo site uses following tags [“one”, “two”, “three”, “four”, “five”, “six”, “seven”]

… and i need a page that list all posts having tags [“seven”, “four”, “two”] with pagination under the url mysite.com/seven-four-two/

Is it possible ? thank you.

1 Like

Using where, intersect and range: yes, it is possible. And since similar questions arise regularly here, a search in the forum night get you what you’re looking for. Or reading the section on where in the documentation.

2 Likes