Hopefully this has a simple solution!
I need to display articles on a site that are categorized by Book, Article, Book Chapter, Research Report AND Author.
Author is where things get hairy because, on the front end, I need to display the Author as a parent to the 4 other categories. On the back end, I would like to avoid adding Author as a category, then nesting the 4 categories under each Author - which is my current thinking on the matter.
How would I display each Author (which is a category) with any other categories selected? Note also that some of these articles may be shared by other authors 😉 Perhaps this is a job for related entries?