<?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: Serving a different image for each page in CMSMS</title>
	<atom:link href="http://www.dootch.com/2010/07/serving-a-different-image-for-each-page-in-cmsms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dootch.com/2010/07/serving-a-different-image-for-each-page-in-cmsms/</link>
	<description>Perspectives of a freelancer and entrepreneur</description>
	<lastBuildDate>Fri, 16 Sep 2011 03:47:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Luke</title>
		<link>http://www.dootch.com/2010/07/serving-a-different-image-for-each-page-in-cmsms/comment-page-1/#comment-507</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Mon, 21 Mar 2011 11:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.dootch.com/?p=673#comment-507</guid>
		<description>Thanks :)</description>
		<content:encoded><![CDATA[<p>Thanks <img src='http://www.dootch.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DiH</title>
		<link>http://www.dootch.com/2010/07/serving-a-different-image-for-each-page-in-cmsms/comment-page-1/#comment-506</link>
		<dc:creator>DiH</dc:creator>
		<pubDate>Mon, 21 Mar 2011 10:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.dootch.com/?p=673#comment-506</guid>
		<description>Hey, thanks for useful code. I optimized it a bit.

{capture assign=&#039;page_img&#039;}{page_image}{/capture}

{if $page_img == &quot;&quot;}
  {assign var=&#039;img_url&#039; value=&#039;default.jpg&#039;}
{else}
  {assign var=&#039;img_url&#039; value=`$page_img`}
{/if}

</description>
		<content:encoded><![CDATA[<p>Hey, thanks for useful code. I optimized it a bit.</p>
<p>{capture assign=&#8217;page_img&#8217;}{page_image}{/capture}</p>
<p>{if $page_img == &#8220;&#8221;}<br />
  {assign var=&#8217;img_url&#8217; value=&#8217;default.jpg&#8217;}<br />
{else}<br />
  {assign var=&#8217;img_url&#8217; value=`$page_img`}<br />
{/if}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://www.dootch.com/2010/07/serving-a-different-image-for-each-page-in-cmsms/comment-page-1/#comment-499</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Tue, 15 Feb 2011 02:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dootch.com/?p=673#comment-499</guid>
		<description>I also found a module ImagePicker that does this, though you don&#039;t have the flexibility of setting the alt tags as far as I can tell.</description>
		<content:encoded><![CDATA[<p>I also found a module ImagePicker that does this, though you don&#8217;t have the flexibility of setting the alt tags as far as I can tell.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

