Here's what I've done so far:
1. Created a custom post type for Artists
2. Created a custom post type for Albums
3. Created a custom taxonomy for genres (only shows up on the Artist edit page)
Now, when I'm entering in an album, how do I link it to an Artist? What sort of meta fields do I need? And one step further, how do I ensure that an album can not be added without an Artist entry?
Then when I'm displaying an artist, I'd want to display all their albums as well.
Meatloaf
* Bat out of Hell
* Dead Ringer
* Bat out of Hell 2
Any help would be appreciative. This is my first foray into custom_post_types and I like what I see. Just need to overcome this in order to be successful.