开发者

Drupal: passing 3 arguments with views?

开发者 https://www.devze.com 2023-02-04 18:32 出处:网络
Im having a hard time passing 3 taxonomies terms with views, in my case its: Car Make (ex: ford ) Car Model (ex: explorer )

Im having a hard time passing 3 taxonomies terms with views, in my case its:

Car Make (ex: ford ) Car Model (ex: explorer ) Car Category (ex: engine 开发者_JAVA技巧)

So, how would I display a node that has the terms Ford, Explorer and Engine assigned to it?


You can add a taxonomy term filter multiple times, or you can set the filter to be 'multiple select'. Same goes for arguments, you can add a taxonomy term ID argument multiple times.

0

精彩评论

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