Publish Date

Hello, is there a way to get the published date to show up in an episode when looking at the home page with all the episodes listed? I noticed that the dates show up once you click an episode, but no dates appear when all episodes are displayed on the opening page. Is there a way to fix that?

Thanks!
Mike

Hi Mike,

yes, this can easily be added via the Template Tag episode.publicationDate wrapped in HTML as you want.
<p><strong>published: {{ episode.publicationDate }}</strong></p> used before a <!--more--> tag for example produces this on your podcast’s front page:

If you have any questions about templates (after reading through this), please don’t hesitate to ask here :slight_smile: Cheers!

1 Like

Thanks so much for your help! :+1:

1 Like