You can use something like
{{ range where $.Site.RegularPages .Params.categories "in" "podcast" }}
Untested of course and will depend on the way you implemented categories in the frontmatter.
You can use something like
{{ range where $.Site.RegularPages .Params.categories "in" "podcast" }}
Untested of course and will depend on the way you implemented categories in the frontmatter.