开发者

add taxonomy term as an argument when there is a taxonomy filter

开发者 https://www.devze.com 2023-03-02 18:27 出处:网络
I have an Event node that can have a different \"venue\" taxonomy term, which are main,second, and third.

I have an Event node that can have a different "venue" taxonomy term, which are main,second, and third.

Currently, I have three Page Views that display the events based on the taxonomy filter for main, second, and third.

Now, I am including another taxonomy vocabulary to the Event node, which is the "season." So the user can input the taxonomy terms 2011 or 2012, etc...

Here is where I don't know what to do. I want to create a content type that will be limited to the creating of one node that will control which "season" will be displayed.

So under the three pag开发者_JS百科e views, if the user only chooses 2011, then only 2011 events under main, second, and third will be shown. If they choose both 2011 and 2012 then those seasons will be viewable.

Now, how would I connect my single node to my page views?

Is it possible to include two Term arguments?


I think you simply need a "season" exposed filter, no need to create a content type.

0

精彩评论

暂无评论...
验证码 换一张
取 消