Reputation: 454
I am new to Drupal. I google out but could not find the specific answer. May be I am unaware about the terms.
I want to display articles according to it's specific taxonomy.
Let me describe what I have done. I have created two taxonomy : Location and Meeting Type. And a Content Type 'Meeting'. It helps to enter meeting according to the location and meeting type. Location and Meeting type are used as Entity Reference Term (Reference Taxonomy).
I have problem while displaying at front end. I wanted to display the list of meeting according to the Location and Meeting Type.
I have enclosed image which will explain more clearly.
Also please let me know, the way I have done this is proper or not.
Appreciated for your help. Thanks.
Upvotes: 1
Views: 173
Reputation: 11
The Drupal Views module is your best bet at solving this issue. You would be able to sort or filter content by taxonomy terms etc.....
Upvotes: 1