Is it possible to assign an RSS Item Property To A Specific Gutenberg Block In WordPress Template?
**For Example:**
I’m using two RSS Importing Plugins (*Creates new posts from each new RSS Item*).
* YouTube Importer (Created by SecondLineThemes)
* Podcast Importer (Created by SecondLineThemes)
*The styling of the created posts is badly implemented by the plugins and still uses the Classic Editor.*
Is there a plugin, web hook, general practice, etc. available for pulling the <TITLE> from the RSS Item and assigning it to a Gutenberg Heading which is styled as I desire it to appear?
More importantly, is it possible to pull the <enclosure> URL from the RSS Item and pass it through to a /YouTube Block?
`<item>`
`<title><![CDATA[Episode Two]]></title>`
`<description><![CDATA[<p>Thoughts & Perceptions</p> ]]></description> <link>https://anchor.fm/episodes/Episode-Two</link>`
`<guid isPermaLink=”false”>a36f2b1-62ce2bf6e78c</guid>`
`<dc:creator><![CDATA[bob]]></dc:creator>`
`<pubDate>Fri, 06 Jan 2023 01:07:16 GMT</pubDate>`
`<enclosure url=”https://anchor.fm/s/podcast/play/63123178.m4a” length=”94874″ type=”audio/x-m4a”/> <itunes:summary><p>Thoughts</itunes:summary> <itunes:explicit>No</itunes:explicit>`
`<itunes:duration>00:00:05</itunes:duration>`
`<itunes:image href=”https://podcast_uploaded_nologo/36272818/36272818″/>`
`<itunes:season>1</itunes:season>`
`<itunes:episode>2</itunes:episode>`
`<itunes:episodeType>full</itunes:episodeType>`
`</item>`
