Hi @clintonpratt,
podcast
is reserved because it is the post type that Seriously Simple Podcasting uses for each episode post. When you go to yoursite.com/podcast
it lists the episodes because this is an archive page of your posts using the podcast post type, ie: your podcast episodes. This page will also list all episodes, regardless of the podcast they are assigned to. Further, /podcast
is in each episode link, yoursite.com/podcast/my-episode-title
As @zahardoc mentioned, you can change this if you were already using /podcast for something else. This would mean your new episode archive would be found at yoursite.com/new-slug
/ and your new episode URLs would be yoursite.com/new-slug/my-episode-title
podcasts
is used when you have your podcasts (Shows) listed under Podcasting -> All Podcasts. These used to be called Series and how we manage multiple podcasts (shows) in SSP. For example, if you have two podcasts, you would get to each shows specific episode archive by going to yoursite.com/podcasts/my-first-podcast
and yoursite.com/podcasts/my-second-podcast
respectively. This can also be named, to something like shows
if that makes more sense. So the show-specific archive URL would be yoursite.com/shows/my-first-podcast
Now, that said, yoursite.com/podcasts
(or whatever slug you choose to use there) will return a 404 but it might makes sense for us to return an archive page of all of the podcasts (shows, not episodes) that are managed within the SSP. So the /podcast
archive page and /podcasts
are two different pages.
yoursite.com/podcast
= episode archive page, lists all episodes regardless of what podcast (show) they’re assigned to.
yoursite.com/podcasts
= will 404 in this form, but precedes the show-specific episode archive URL yoursite.com/podcasts/my-podcast-title
I hope that helps clarify a bit more. ??