Answer the question
In order to leave comments, you need to log in
How to add multiple GET conditions to tvFilters?
Hello!
I use the SeoFilter add-on to generate pages with tags.
For one condition, the following construction is used in pdoPage:
&tvFilters=``
Answer the question
In order to leave comments, you need to log in
If relevant! Solved the puzzle)))
In short, look
Your entry looks like this
&tvFilters=``
Accordingly, you have
&includeTVs=` vendor`
So you need to do (this is one variable)
&tvFilters=`vendor==%%` (instead of &tvFilters=``)
If you need several then
&includeTVs=`first tv, second tv` and so on as much as you like &
tvFilters
=`first tv==%%, second tv==%% ` (all separated by commas in order)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question