[Solved] Wordpress Theme Development - Access episode specific attributes

I am working on a podcast Wordpress theme supporting the publisher.

How can I access episode specific data of a Wordpress post? I need to access:

  • Duration
  • Audio Files
  • Chapters
  • Subtitle

I am looking for something like <?php the_title() ?> but for the attributes listed above.

The whole Template API is available in PHP, see http://docs.podlove.org/podlove-publisher/guides/understanding-templates.html#creating-php-templates--for-theme-developers

Great! That’s exactly what I needed!

Maybe you could make this more discoverable in the menu overview.