Title: itunes author shortcode
Last modified: February 22, 2017

---

# itunes author shortcode

 *  [sailorjerryza](https://wordpress.org/support/users/sailorjerryza/)
 * (@sailorjerryza)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/itunes-author-shortcode/)
 * Hi,
 * Is there anyway to call the itunes Author with a shortcode?
 * J

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [Angelo Mandato](https://wordpress.org/support/users/amandato/)
 * (@amandato)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/itunes-author-shortcode/#post-8836851)
 * Hello J,
 * I don’t understand the question. Can you give me an example how you would use
   the shortcode? Thanks!
 *  Thread Starter [sailorjerryza](https://wordpress.org/support/users/sailorjerryza/)
 * (@sailorjerryza)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/itunes-author-shortcode/#post-8838521)
 * Hi,
 * Sorry should have put in an example.
 * HAve a page that lists all the podcast posts. It calls the title of the podcast
   as heading but I want to ad the iTunes Author field to text as well with a shortcode.
   The post-authors differ from the iTunes Authors so I can’t use the post author(
   which would be easier).
 * j
 *  Plugin Contributor [Angelo Mandato](https://wordpress.org/support/users/amandato/)
 * (@amandato)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/itunes-author-shortcode/#post-8846014)
 * Hello [@sailorjerryza](https://wordpress.org/support/users/sailorjerryza/),
 * Assuming you have your own loop in PHP code, you can use the following function
   to get episode information as an associative array. This is how I recommend using
   the powerpress_get_enclosure_data function in case PowerPress were to ever be
   disabled…
 *     ```
       if( function_exists('') ) {
         $EpisdoeData = powerpress_get_enclosure_data( get_the_ID(), 'podcast');
   
         echo $EpisodeData['author'];
       }
       ```
   
 * Learn more here: [https://create.blubrry.com/resources/powerpress/powerpress-and-your-theme/](https://create.blubrry.com/resources/powerpress/powerpress-and-your-theme/)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘itunes author shortcode’ is closed to new replies.

 * ![](https://ps.w.org/powerpress/assets/icon.svg?rev=2849869)
 * [PowerPress Podcasting plugin by Blubrry](https://wordpress.org/plugins/powerpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/powerpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/powerpress/)
 * [Active Topics](https://wordpress.org/support/plugin/powerpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/powerpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/powerpress/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Angelo Mandato](https://wordpress.org/support/users/amandato/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/itunes-author-shortcode/#post-8846014)
 * Status: not resolved