<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Anatomy of a Movable Type Template</title>
	<atom:link href="http://www.devlounge.net/code/anatomy-of-a-movable-type-template/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devlounge.net/code/anatomy-of-a-movable-type-template</link>
	<description>Design, Develop, and Grow</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:03:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: NETTUTS - Web development tutorials and links - Best of the Web - April</title>
		<link>http://www.devlounge.net/code/anatomy-of-a-movable-type-template/comment-page-1#comment-145121</link>
		<dc:creator>NETTUTS - Web development tutorials and links - Best of the Web - April</dc:creator>
		<pubDate>Thu, 01 May 2008 02:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/anatomy-of-a-movable-type-template#comment-145121</guid>
		<description>[...] DevLounge brought us not one but two useful MT tutorials with the introduction and also Anatomy of a Movable Type Template [...]</description>
		<content:encoded><![CDATA[<p>[...] DevLounge brought us not one but two useful MT tutorials with the introduction and also Anatomy of a Movable Type Template [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BillyMabray</title>
		<link>http://www.devlounge.net/code/anatomy-of-a-movable-type-template/comment-page-1#comment-144834</link>
		<dc:creator>BillyMabray</dc:creator>
		<pubDate>Fri, 25 Apr 2008 13:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/anatomy-of-a-movable-type-template#comment-144834</guid>
		<description>Ok, so I tried it. I created a second &quot;rsd&quot; template and rebuilt the main index. MTLink continued to link to the original rsd template. When I changed the original to a Custom Index Template, then it started linking to my new rsd template. My guess is when you use the template identifier, MTLink links to the first template of that type that it finds.</description>
		<content:encoded><![CDATA[<p>Ok, so I tried it. I created a second &#8220;rsd&#8221; template and rebuilt the main index. MTLink continued to link to the original rsd template. When I changed the original to a Custom Index Template, then it started linking to my new rsd template. My guess is when you use the template identifier, MTLink links to the first template of that type that it finds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BillyMabray</title>
		<link>http://www.devlounge.net/code/anatomy-of-a-movable-type-template/comment-page-1#comment-144831</link>
		<dc:creator>BillyMabray</dc:creator>
		<pubDate>Fri, 25 Apr 2008 13:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/anatomy-of-a-movable-type-template#comment-144831</guid>
		<description>Thanks, Su, that&#039;s good to know. It&#039;s interesting that the default Main Index template uses a template identifier, but only the template name is mentioned in the official documentation.

And since template identifier corresponds to the index template type, I wonder what MTLink would link to if you created a second &quot;archive_template&quot; template? I&#039;ll have to try that.</description>
		<content:encoded><![CDATA[<p>Thanks, Su, that&#8217;s good to know. It&#8217;s interesting that the default Main Index template uses a template identifier, but only the template name is mentioned in the official documentation.</p>
<p>And since template identifier corresponds to the index template type, I wonder what MTLink would link to if you created a second &#8220;archive_template&#8221; template? I&#8217;ll have to try that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Su</title>
		<link>http://www.devlounge.net/code/anatomy-of-a-movable-type-template/comment-page-1#comment-144802</link>
		<dc:creator>Su</dc:creator>
		<pubDate>Fri, 25 Apr 2008 05:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/articles/anatomy-of-a-movable-type-template#comment-144802</guid>
		<description>&lt;i&gt; will output the URL for any template [...] generated by your blog&lt;/i&gt;

This bears a little expansion.
The Link tag&#039;s &lt;code&gt;template&lt;/code&gt; argument will accept either a template identifer, or template name, and will attempt them in that order. Your code sample is linking to an index template with identifier of &quot;archive_template&quot;, which in the defaults happens to have the &lt;em&gt;name&lt;/em&gt; &quot;Archive Index.&quot; 

Linking to the identifier is generally going to be preferable, since it will remain constant if the template is renamed. The caveat is that custom index templates created through the application don&#039;t currently allow you to specify an identifier, in which case your only option is to link via name.</description>
		<content:encoded><![CDATA[<p><i> will output the URL for any template [...] generated by your blog</i></p>
<p>This bears a little expansion.<br />
The Link tag&#8217;s <code>template</code> argument will accept either a template identifer, or template name, and will attempt them in that order. Your code sample is linking to an index template with identifier of &#8220;archive_template&#8221;, which in the defaults happens to have the <em>name</em> &#8220;Archive Index.&#8221; </p>
<p>Linking to the identifier is generally going to be preferable, since it will remain constant if the template is renamed. The caveat is that custom index templates created through the application don&#8217;t currently allow you to specify an identifier, in which case your only option is to link via name.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

