By zeta1600 on
OK, i am building a site for a small publisher. I have two content types:
Books
Authors
So, I want to display on a node, The Book Title by The Author...
How do I connect a book content type to an author or authors OR an author to a book or more books.
Does that make sense?
Comments
_
you can use a cck node reference field. There's also several node relationship modules available as well (ie node2node, relativity, nodehierarchy).
Thanks
Thanks