Skip to content

How to filter a blog by tags/taxonomies dynamically (frontend) #5243

Answered by jackmcdade
pathly-dev asked this question in Q&A
Discussion options

You must be logged in to vote

If you want to use GET params in the URL (my preference), you can do something like this:

// example.com/blog?color=blue&size=massive
{{ collection:blog :taxonomy:color="get:color" :taxonomy:size="get:size" }}

{{ /collection:blog }}

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@pathly-dev
Comment options

@jackmcdade
Comment options

@pathly-dev
Comment options

@pathly-dev
Comment options

Answer selected by pathly-dev
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants