Show content with the same taxonomy terms as the shown node in a block.
Written 1 year 7 weeks ago by SharmWeb. Last edit 51 weeks 1 day ago.
- Printer-friendly version
- Add new comment
- 282 reads
Problem
Show content with the same taxonomy terms as the shown node in a block, using Views. Just import the given code as a new View and Save.
Take care. The given solution only shows content:
- with exactly the same taxonomy terms (AND = ,). To show all nodes that have at least one term in common you should use OR ( = +).
- of the same content type. If you want other content types, delete the Content Type field in the Arguments and use the regular Views Filter instead.



