Author Topic: Templating question for multiple episodes per post  (Read 787 times)

Jeff Nine

  • Rookie
  • *
  • Posts: 4
Templating question for multiple episodes per post
« on: June 26, 2017, 06:21:15 pm »
So I'm using Post Type Podcasting with 2 separate feeds off same post type... so I have 2 different files for the same post. In the theme template I'm inserting the player using the following:

<?php if( $episode_content = get_the_powerpress_content() ) { ?>
 <fieldset class="episode-box">
 <legend>Sermon Audio</legend>
 <?php echo $episode_content; ?>
 </fieldset>
<?php } ?>

However, when I do this it simply puts the player for BOTH files. What I would like to do is either only display one, or display them separately with html in between to distinguish. Is that possible? How can I select which file I want to display?


Shawn Thorpe

  • Administrator
  • Hero Member
  • *****
  • Posts: 2060
Re: Templating question for multiple episodes per post
« Reply #1 on: June 27, 2017, 03:12:45 pm »
I've asked the lead developer to look at this thread. He will post a reply here as soon as he's available.

Jeff Nine

  • Rookie
  • *
  • Posts: 4
Re: Templating question for multiple episodes per post
« Reply #2 on: June 28, 2017, 04:05:21 pm »
Thanks... that would be helpful. Still can't figure it out.

Jeff Nine

  • Rookie
  • *
  • Posts: 4
Re: Templating question for multiple episodes per post
« Reply #3 on: July 03, 2017, 02:41:30 pm »
Any word on this?

Shawn Thorpe

  • Administrator
  • Hero Member
  • *****
  • Posts: 2060
Re: Templating question for multiple episodes per post
« Reply #4 on: July 06, 2017, 03:34:43 am »
Sorry for the delay. I've sent another note his way and reminded him to take a look at your post.

Jeff Nine

  • Rookie
  • *
  • Posts: 4
Re: Templating question for multiple episodes per post
« Reply #5 on: July 19, 2017, 01:48:36 am »
OK. However, I may have to go in a different direction if I don't get some direction soon.

Shawn Thorpe

  • Administrator
  • Hero Member
  • *****
  • Posts: 2060
Re: Templating question for multiple episodes per post
« Reply #6 on: July 19, 2017, 06:15:25 pm »
Please go here:
https://www.blubrry.com/contact/
Click the Select link underneath All Other Inquiries and choose Technical Support. Fill out the form with your questions and someone will get back to you with assistance. Sorry for the delay.
« Last Edit: July 21, 2017, 12:11:20 pm by Shawn Thorpe »