I’ve been banging my head against the desk for the last hour trying to figure this out. For some reason my template is not rendering/parsing the custom fields I have. Here’s the code:
(This is part of an RSS podcast template)
{exp:weblog:entries weblog="catalyst_vodcast" rdf="off" limit="15"}
<item>
<title>{title}</title>
<itunes:author>Catalyst</itunes:author>
<description>{catalyst_vodcast_description}</description>
<itunes:subtitle >
<itunes:summary>{catalyst_vodcast_description}</itunes:summary>
<enclosure type="video/mp4" url="{catalyst_vodcast_dlurl}" length="{catalyst_vodcast_size}" >
<link>{catalyst_vodcast_dlurl}</link>
<guid isPermaLink="false" >
{gmt_entry_date format="{DATE_RFC2822}"}</pubDate>
<category>Religion & Spirituality</category>
<itunes:explicit>no</itunes:explicit>
<itunes:duration>00:00:00</itunes:duration>
<itunes:keywords >
<media:content url="{catalyst_vodcast_dlurl}" fileSize="{catalyst_vodcast_size}" type="video/mp4" >
</item>
{/exp:weblog:entries}