Podcast Page
Simply has a personal podcast template, made for creatives, corporate players, doctors, journalists, anyone who wants to start a podcast website.
Simply Poscast is very beautiful and is designed specifically for podcasters, with a full set of features. Whether you're an experienced podcaster or just starting out, with Simply you'll be up and running in no time!
👉 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/
routes:
collections:
# Podcast
/podcast/:
permalink: /podcast/{slug}/
filter: 'tag:[hash-podcast]'
data: page.podcast
template: godo-podcast
limit: 10
# Default
/:
permalink: /{slug}/
filter: 'tag:-[hash-portfolio,hash-kusi-doc,hash-podcast]'
template: index
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
- In an
HTML
block in your ghost editor add this code for your content.
<p class="spc-h-e">The Podcast</p>
<p class="spc-des">Updates and behind the scenes stories about the world of Ghost. Hosted by Ghost founders <em>John O'Nolan</em> & <em>Hannah Wolfe</em>.</p>
<div class="spc-buttons">
<a href="https://itunes.apple.com/" class="button">
<img src="/assets/images/icon-itunes.png" alt="iTunes Logo" rel="presentation"/>
<span>iTunes</span>
</a>
<a href="https://www.pocketcasts.com/" class="button">
<img src="/assets/images/icon-pocketcasts.png" alt="Pocket Casts Logo" rel="presentation"/>
<span>Pocket Casts</span>
</a>
<a href="https://anchor.fm/" class="button">
<img src="/assets/images/icon-rss.png" style="height:15px" alt="RSS Icon" rel="presentation"/>
<span>RSS</span>
</a>
</div>