solerous
solerous

Reputation: 2411

Drupal 7 views to display nodes with same taxonomy term

I have an organization page with a taxonomy field. I'd like to create a view of news pages tagged with the same taxonomy term used in this field. I've read and watched several tutorials on relationships and context filters but none of them have helped me create this view. How can this be done?

I'm using Drupal 7.5

Upvotes: 0

Views: 754

Answers (1)

Stanislav Agapov
Stanislav Agapov

Reputation: 956

The trick is to use default value of contextual filter:

Add contextual filter for taxonomy

Configure filter default value

Upvotes: 1

Related Questions