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 multiple content types for my website. In a view I have multiple displays (page type display) for these different types. But only the first display works, the other leads to empty page.

I have searched this problem on the web and some say that I have to pass the content type as argument. I do not want to do that because the argument in all displays is a taxonomy term ID. So I do not want to add argument.

I am using Drupal 6.

share|improve this question
Adding each display to views filter them for content type. – Nikhil M Nov 26 '12 at 7:26

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.