Drupal 7 dynamic taxonomy filter

I have several pages (services), each of which has its own taxonomic term.

I would like to add a view to the end. It should contain all nodes (links) with the same term as the main node (service).

Can this be done using views?

Read something and try the context filter without success. Image below enter image description here

+3
source share
1 answer

I think you're on the right track. Try replacing the validator with "Term ID" instead of "Term Name".

I created a block view with the settings you have (with "Term Id" as a check) and included it in my node pages, and this seemed to work.

+2
source

Source: https://habr.com/ru/post/897109/


All Articles