I have two content types:
- news
- review
I have a taxonomy vocabulary attached to them with following terms
- tech
- entertainment
- other
- (More may come)
I need to have a listing of these contents in following format:
- tech/news (or news/tech)
- tech/reviews (or reviews/tech)
- other/news (or other/news)
- other/reviews (or other/reviews)
..and so on.
I could create a page for every required URL pattern and create a separate view for each. But is there any dynamic way to do it in views?
At least, can I add a drop down filter for content type on term pages?
I’m using Drupal 6.
Thanks for any help. 🙂