/ Published in: XML
Template includes optional changes from the default EE RSS template that I added as a result of various articles, the RSS 2.0 spec and by examining the feeds of major professional news sites. For more information see my blog post (url above). Tested and validated at http://feedvalidator.org. (The default EE RSS feed does not.)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
{assign_variable:master_weblog_name="BLOG"} {assign_variable:master_weblog_status="OPEN"} {assign_variable:master_rss_uri="http://PATH/TO/THIS/RSS/FEED"} {exp:rss:feed weblog="{master_weblog_name}" status="{master_weblog_status}"} <?xml version="1.0" encoding="{encoding}"?> <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>{exp:xml_encode}{weblog_name}{/exp:xml_encode}</title> <link>{weblog_url}</link> <description>{weblog_description}</description> <dc:language>{weblog_language}</dc:language> <dc:creator>{email}</dc:creator> <dc:rights>Copyright {gmt_date format="%Y"}</dc:rights> <pubDate>{gmt_date format="%D, %d %M %Y %H:%i:%s %T"}</pubDate> <atom:link href="{master_rss_uri}" rel="self" type="application/rss+xml" /> {exp:weblog:entries weblog="{master_weblog_name}" limit="10" rdf="off" dynamic_start="on" disable="member_data|trackbacks" status="{master_weblog_status}"} <item> <title>{exp:xml_encode protect_entities="yes"}{title}{/exp:xml_encode}</title> <link>{title_permalink=site/index}</link> <guid isPermaLink="false">{title_permalink="site/index"}#id:{entry_id}#date:{gmt_entry_date format="%H:%i"}</guid> <description><![CDATA[{summary}{body}]]></description> {categories}<category>{exp:xml_encode protect_entities="yes"}{category_name}{/exp:xml_encode}</category> {/categories} <pubDate>{gmt_entry_date format="%D, %d %M %Y %H:%i %T"}</pubDate> </item> {/exp:weblog:entries} </channel> </rss> {/exp:rss:feed}
URL: http://23rdworld.com/2009/12/23/how-to-fix-your-expressionengine-rss-template/