Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I have added a custom field to taxonomy vocabulary. Now I need to use contextual filter from Views to display items that matches that custom field value in URL, e.g. /my_page/custom_field_value . Is it possible with Drupal 7 and Views 3.x ?

share|improve this question

1 Answer

Yes! If the view is a view of nodes you have to add the relation based on the term field, than you should have the contextual filter available.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.