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.