Reputation: 1097
Whats the best way to relate content in drupal 7 ?
I have three content Types
A product belongs to a product group.
An application belongs to a product group.
How can i do this kind of relathionship in the best way?
Upvotes: 0
Views: 54
Reputation: 2428
I think one of the most effective way to achieve this is by using entity reference module. You can add fields in your content types that their values are references to other content types. For example you can add a field "Product group" in your product content type that can be populated by the values/nodes of you Product Group content type.
Upvotes: 0
Reputation: 1167
The References Module is used for complex relationship.
The Entity Reference is what you need if you want simple relashionships.
You can read the answers to this question to see the options.
Upvotes: 1