I'd like to build a gallery of horror related actors (lon chaney, vincent price, etc...). I have a custom post type 'galleries' and I have created a 'galleries post' for a dozen actors. So if you browse to site.com/galleries/lon-chaney it shows the lon chaney titled post. I have also created a Page called 'galleries' which is a custom template that loops through all the custom galleries posts and displays them in a grid, with each linking to the gallery page. That out of the way, here's what I really want to do...
Custom Post Types
1. /galleries/ => 4x5 grid of thumbnails, clickable to individual post/galleries
2. /galleries/lon-chaney => same as above but only lon-chaney tagged galleries
3. /galleries/lon-chaney-was-here => one of the specific galleries
The urls above are not concrete, but as you can see I'm looking for 3 different types of things. I do have tags on 'lon-chaney-was-here' but I want to use my custom template to display these. #2 above is what I'm having trouble figuring out.