Author Topic: Prepopulating the custom label through RSS  (Read 221 times)

Cameron

  • Rookie
  • *
  • Posts: 1
Prepopulating the custom label through RSS
« on: August 28, 2018, 08:38:59 pm »
Hello  :D,

We have a number of feeds, and I'm wanting to use custom labels.

Is there a way to have the custom label populated problematically, say from a field in the RSS feed, or some other combination?

For example, in the RSS feed I imagine something like this:

...
   <item>
      <title>My example podcast</title>
      <enclosure url="http://media.blubrry.com/myslug/aws.com/example-podcast.mp3" type="audio/mp3">
      <blubrry:customLabel>LOCAL PODCAST - Example Podcast</blubrry:customLabel>
   </item>

Shawn Thorpe

  • Administrator
  • Hero Member
  • *****
  • Posts: 2060
Re: Prepopulating the custom label through RSS
« Reply #1 on: August 28, 2018, 10:37:09 pm »
If you're asking about adding some kind of custom tags to a podcast feed, you can't do that with PowerPress. However, WordPress and PowerPress are open source, so you may be able to come up with your own solution using your own code.