Let me explain.
I have a link www.mydomain.com/%artist-name%/%song-title%/.
artist-name is a custom post type.
song-title is the title of the post.
Now, www.mydomain.com/%artist-name%/%song-title%/ displays the song entry -which is working great.
The problem is when I'm in www.mydomain.com/%artist-name%/. It would display all the post titles. I don't want it to be that. Is there a way to make it post the artist's info?
note:
%artist-name% and %song-title% can have any value. That's why it's really a problem.