Hi,
My RSS feed isn’t showing up. I’ve tried dynamic start on and off. I’ve got an itunes declaration in there and a couple of itunes specific tags. The entries do show up with an entries tag in another template.
{assign_variable:master_weblog_name="radiotuck"}
{exp:rss:feed weblog="radiotuck" show_future_entries="yes" show_expired="yes"}
<?xml version="1.0" encoding="{encoding}"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
<rss version="2.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>{exp:xml_encode}{weblog_name}{/exp:xml_encode}</title>
<itunes:author>Center for Digital Strategies</itunes:author>
<link>{weblog_url}</link>
<enclosure url="{rt-link}" type="audio/mpeg">
<description>{weblog_description}</description>
<dc:language>{weblog_language}</dc:language>
<dc:creator>{email}</dc:creator>
<dc:rights>Copyright {gmt_date format="%Y"}</dc:rights>
{gmt_date format="%Y-%m-%dT%H:%i:%s%Q"}</pubDate>
<admin:generatorAgent rdf:resource="http://expressionengine.com/" >
{exp:weblog:entries weblog="{master_weblog_name}" limit="10" rdf="off" show_future_entries="yes" show_expired="yes" dynamic_start="on" disable="member_data|trackbacks"}
<item>
<title>{exp:xml_encode}{title}{/exp:xml_encode}</title>
<link>{title_permalink=media-library/radio-tuck}</link>
<guid>{title_permalink=media-library/radio-tuck}#When:{gmt_entry_date format="%H:%i:%sZ"}</guid>
<description>{exp:xml_encode}{rt-desc}{/exp:xml_encode}</description>
<itunes:image href="{rt-executive-photo}{file}{/rt-executive-photo}" >
<itunes:category>{exp:xml_encode}{categories backspace="1"}{category_name}, {/categories}{/exp:xml_encode}</itunes:category>
<dc:date>{gmt_entry_date format="%Y-%m-%dT%H:%i:%s%Q"}</dc:date>
<itunes:explicit>no</itunes:explicit>
<itunes:duration>{rt-duration}</itunes:duration>
</item>
{/exp:weblog:entries}
</channel>
</rss>
{/exp:rss:feed}Here is the link:
feed://www.tuck.dartmouth.edu/digital/rss/radio-tuck
Thanks
ExpressionEngine 1.7.0
Build: 20101018