# Podcast Page 👉 To set the podcast page follow the steps below. - Create a new page - Choose your favorite title - Use the URL `podcast` - In your articles use the internal tags `#podcast` 👉 **Podcast collection** - Appears on: `site.com/podcast/` - Post URLs: `site.com/poscast/my-poscast/` ```yaml routes: collections: # Podcast /podcast/: permalink: /podcast/{slug}/ filter: 'tag:[hash-podcast]' # -> #podcast internal tah data: page.podcast template: godo-podcast limit: 12 # Default /: permalink: /{slug}/ template: index taxonomies: tag: /tag/{slug}/ author: /author/{slug}/ ``` - In an `HTML` block in your ghost editor add this code for your content. ```html
The Podcast
Updates and behind the scenes stories about the world of Ghost. Hosted by Ghost founders John O'Nolan & Hannah Wolfe.
``` ```html ``` 