<?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"
	>
<channel>
	<title>Comments on: Increase RSS Subscribers With WordPress Conditional Tags</title>
	<atom:link href="http://themeshaper.com/increase-rss-subscribers-with-wordpress-conditional-tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://themeshaper.com/increase-rss-subscribers-with-wordpress-conditional-tags/</link>
	<description>Experiments in Theme Design</description>
	<pubDate>Sat, 05 Jul 2008 17:42:20 +0000</pubDate>
	
		<item>
		<title>By: Oncle Tom</title>
		<link>http://themeshaper.com/increase-rss-subscribers-with-wordpress-conditional-tags/#comment-553</link>
		<dc:creator>Oncle Tom</dc:creator>
		<pubDate>Mon, 10 Mar 2008 16:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/increase-rss-subscribers-with-wordpress-conditional-tags/#comment-553</guid>
		<description>He he. If you need a french translation just mail me.</description>
		<content:encoded><![CDATA[<p>He he. If you need a french translation just mail&nbsp;me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Stewart</title>
		<link>http://themeshaper.com/increase-rss-subscribers-with-wordpress-conditional-tags/#comment-551</link>
		<dc:creator>Ian Stewart</dc:creator>
		<pubDate>Mon, 10 Mar 2008 16:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/increase-rss-subscribers-with-wordpress-conditional-tags/#comment-551</guid>
		<description>That &lt;em&gt;is&lt;/em&gt; a good idea for a plugin!</description>
		<content:encoded><![CDATA[<p>That <em>is</em> a good idea for a&nbsp;plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oncle Tom</title>
		<link>http://themeshaper.com/increase-rss-subscribers-with-wordpress-conditional-tags/#comment-550</link>
		<dc:creator>Oncle Tom</dc:creator>
		<pubDate>Mon, 10 Mar 2008 16:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/increase-rss-subscribers-with-wordpress-conditional-tags/#comment-550</guid>
		<description>Ian, I definitely agree on this usage.

Maybe all this could be done through Wordpress filter hooks ? If yes, it's a good idea for a plugin and a simple admin configuration like that :
[ ] promote feeds on posts
[*] promote feeds on paged results
[ ] promote feeds on search results
etc.</description>
		<content:encoded><![CDATA[<p>Ian, I definitely agree on this usage.</p>
<p>Maybe all this could be done through Wordpress filter hooks ? If yes, it&#8217;s a good idea for a plugin and a simple admin configuration like that :<br />
[ ] promote feeds on posts<br />
[*] promote feeds on paged results<br />
[ ] promote feeds on search results&nbsp;etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fxbodin</title>
		<link>http://themeshaper.com/increase-rss-subscribers-with-wordpress-conditional-tags/#comment-549</link>
		<dc:creator>fxbodin</dc:creator>
		<pubDate>Mon, 10 Mar 2008 16:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/increase-rss-subscribers-with-wordpress-conditional-tags/#comment-549</guid>
		<description>I implemented the trick on Chroniques de l'Iboga. It works (waiting for new subscribers, now)

Actually you may make your blog act so whatever your (supposed new) reader internal link clicks: tag, category, contextual link...</description>
		<content:encoded><![CDATA[<p>I implemented the trick on Chroniques de l&#8217;Iboga. It works (waiting for new subscribers, now)</p>
<p>Actually you may make your blog act so whatever your (supposed new) reader internal link clicks: tag, category, contextual&nbsp;link&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Stewart</title>
		<link>http://themeshaper.com/increase-rss-subscribers-with-wordpress-conditional-tags/#comment-548</link>
		<dc:creator>Ian Stewart</dc:creator>
		<pubDate>Mon, 10 Mar 2008 16:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/increase-rss-subscribers-with-wordpress-conditional-tags/#comment-548</guid>
		<description>Thanks, fxbodin and Oncle. I changed the code. You're both right, the div should have been within the statement.

Oncle, a subscribe-call-to-action works great on single post pages too. I was sorta just pointing out an untapped use of WordPress tags and typically unused spot in WordPress themes. Hope that helps get into my thinking.</description>
		<content:encoded><![CDATA[<p>Thanks, fxbodin and Oncle. I changed the code. You&#8217;re both right, the div should have been within the statement.</p>
<p>Oncle, a subscribe-call-to-action works great on single post pages too. I was sorta just pointing out an untapped use of WordPress tags and typically unused spot in WordPress themes. Hope that helps get into my&nbsp;thinking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oncle Tom</title>
		<link>http://themeshaper.com/increase-rss-subscribers-with-wordpress-conditional-tags/#comment-547</link>
		<dc:creator>Oncle Tom</dc:creator>
		<pubDate>Mon, 10 Mar 2008 15:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/increase-rss-subscribers-with-wordpress-conditional-tags/#comment-547</guid>
		<description>OK I had the point but if you read an article you may not have subscribed to the blog too.</description>
		<content:encoded><![CDATA[<p>OK I had the point but if you read an article you may not have subscribed to the blog&nbsp;too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fxbodin</title>
		<link>http://themeshaper.com/increase-rss-subscribers-with-wordpress-conditional-tags/#comment-546</link>
		<dc:creator>fxbodin</dc:creator>
		<pubDate>Mon, 10 Mar 2008 15:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/increase-rss-subscribers-with-wordpress-conditional-tags/#comment-546</guid>
		<description>Hum... not to used to read code, actualy the "if" is within the "div", the fact is it could be better  around the "div", instead.</description>
		<content:encoded><![CDATA[<p>Hum&#8230; not to used to read code, actualy the &#8220;if&#8221; is within the &#8220;div&#8221;, the fact is it could be better  around the &#8220;div&#8221;,&nbsp;instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fxbodin</title>
		<link>http://themeshaper.com/increase-rss-subscribers-with-wordpress-conditional-tags/#comment-545</link>
		<dc:creator>fxbodin</dc:creator>
		<pubDate>Mon, 10 Mar 2008 15:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/increase-rss-subscribers-with-wordpress-conditional-tags/#comment-545</guid>
		<description>As Oncle Tom noticed it, the condition should embrace the div, otherwise causing some disturbing display effects. Shouldn't it?

The interest of conditionning the invite to paged display is explained within the above post: it suppose that your reader asks for next page, that (most probably) signifies that he's not yet read previous posts and thus not yet subscribed to tour blog. Despite the fact you promote your RSS feeds in many places of your blog ;-)
Thanks to this contextual invite, the reader may be receptive and click to subscribe.

That's How I understood.</description>
		<content:encoded><![CDATA[<p>As Oncle Tom noticed it, the condition should embrace the div, otherwise causing some disturbing display effects. Shouldn&#8217;t it?</p>
<p>The interest of conditionning the invite to paged display is explained within the above post: it suppose that your reader asks for next page, that (most probably) signifies that he&#8217;s not yet read previous posts and thus not yet subscribed to tour blog. Despite the fact you promote your RSS feeds in many places of your blog <img src='http://themeshaper.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Thanks to this contextual invite, the reader may be receptive and click to subscribe.</p>
<p>That&#8217;s How I&nbsp;understood.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oncle Tom</title>
		<link>http://themeshaper.com/increase-rss-subscribers-with-wordpress-conditional-tags/#comment-544</link>
		<dc:creator>Oncle Tom</dc:creator>
		<pubDate>Mon, 10 Mar 2008 15:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/increase-rss-subscribers-with-wordpress-conditional-tags/#comment-544</guid>
		<description>I'm wondering why you put your PHP if (is_paged()) BETWEEN the  and not wrapping the div. If the div is customized with with padding and background it could be horrible to see.

And actually I don't understand why on paged content : why not on single post or pages ? I can't get the point of the increase just through paginated content.</description>
		<content:encoded><![CDATA[<p>I&#8217;m wondering why you put your PHP if (is_paged()) BETWEEN the  and not wrapping the div. If the div is customized with with padding and background it could be horrible to see.</p>
<p>And actually I don&#8217;t understand why on paged content : why not on single post or pages ? I can&#8217;t get the point of the increase just through paginated&nbsp;content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Stewart</title>
		<link>http://themeshaper.com/increase-rss-subscribers-with-wordpress-conditional-tags/#comment-33</link>
		<dc:creator>Ian Stewart</dc:creator>
		<pubDate>Thu, 31 Jan 2008 17:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://themeshaper.com/increase-rss-subscribers-with-wordpress-conditional-tags/#comment-33</guid>
		<description>Glad to be helpful, Ptah. And different from the crowd: for better or worse—and mostly by accident—I usually follow my own path.</description>
		<content:encoded><![CDATA[<p>Glad to be helpful, Ptah. And different from the crowd: for better or worse—and mostly by accident—I usually follow my own&nbsp;path.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
