Hi everyone, I'm new to WordPress.
I have a custom post type called Artist to store the name, bio, images…. about an artist, and want to create many other custom post types such as artist news, artist story, … and want to somehow link these types to the artist, maybe 1 news, 1 story linked to many artists. With the purpose of being able to display random news or stories of that artist on the artist-bio page (Related news, related stories). Or there will be pages like /artist-news/{artist-name}, /artist-stories/{artist-name} to show all news or stories of an artist. In the future, there may be many other custom types with similar purposes like albums, facts…
I really hope to find the most optimal implementation. Thanks in advance.
