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 ?
Tell me more
×
Drupal Answers is a question and answer site for
Drupal developers and administrators. It's 100% free, no registration required.
|
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. |
|||
|
|