<?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: Wordpress Reverse Title Plugin</title>
	<atom:link href="http://addictedtonew.com/archives/85/wordpress-reverse-title-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://addictedtonew.com/archives/85/wordpress-reverse-title-plugin/</link>
	<description>John Nunemaker\'s thoughts and such</description>
	<lastBuildDate>Sun, 01 Nov 2009 17:19:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Austin</title>
		<link>http://addictedtonew.com/archives/85/wordpress-reverse-title-plugin/comment-page-1/#comment-126661</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Wed, 06 Feb 2008 10:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=85#comment-126661</guid>
		<description>Hey John,

Thank you so much for the plugin. This is just what I was looking for :)

See it in action at http://www.oohic.com/blog

Cheers,
Austin</description>
		<content:encoded><![CDATA[<p>Hey John,</p>
<p>Thank you so much for the plugin. This is just what I was looking for :)</p>
<p>See it in action at <a href="http://www.oohic.com/blog" rel="nofollow">http://www.oohic.com/blog</a></p>
<p>Cheers,<br />
Austin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Plugins Database &#187; Plugin Details &#187; Addicted To Reverse Titles</title>
		<link>http://addictedtonew.com/archives/85/wordpress-reverse-title-plugin/comment-page-1/#comment-96861</link>
		<dc:creator>WordPress Plugins Database &#187; Plugin Details &#187; Addicted To Reverse Titles</dc:creator>
		<pubDate>Mon, 24 Sep 2007 11:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=85#comment-96861</guid>
		<description>[...] Visit [...]</description>
		<content:encoded><![CDATA[<p>[...] Visit [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Nunemaker</title>
		<link>http://addictedtonew.com/archives/85/wordpress-reverse-title-plugin/comment-page-1/#comment-85727</link>
		<dc:creator>John Nunemaker</dc:creator>
		<pubDate>Mon, 16 Jul 2007 03:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=85#comment-85727</guid>
		<description>@Lee Doyle: Yep, &lt;a href=&quot;http://www.google.com/search?q=how%20to%20nail%20a%20sexy%20layout&quot; rel=&quot;nofollow&quot;&gt;here is an example of one of my articles&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@Lee Doyle: Yep, <a href="http://www.google.com/search?q=how%20to%20nail%20a%20sexy%20layout" rel="nofollow">here is an example of one of my articles</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Doyle</title>
		<link>http://addictedtonew.com/archives/85/wordpress-reverse-title-plugin/comment-page-1/#comment-85711</link>
		<dc:creator>Lee Doyle</dc:creator>
		<pubDate>Mon, 16 Jul 2007 00:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=85#comment-85711</guid>
		<description>Thanks alot. I have been trying to do this for ages! Will this work with google bots? Will they log the post the same? So it cuts out the normal BLOG NAME - GAT- POST NAME, and replace it in reverse? This is the main reason I want it as google bots just rank it wrong.</description>
		<content:encoded><![CDATA[<p>Thanks alot. I have been trying to do this for ages! Will this work with google bots? Will they log the post the same? So it cuts out the normal BLOG NAME &#8211; GAT- POST NAME, and replace it in reverse? This is the main reason I want it as google bots just rank it wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent</title>
		<link>http://addictedtonew.com/archives/85/wordpress-reverse-title-plugin/comment-page-1/#comment-81480</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Fri, 22 Jun 2007 13:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=85#comment-81480</guid>
		<description>Hi, 

Thanks for the plugin, I&#039;m using it gladly. I just modified a little bit the code to insert in the header so that it does not get broken if the plugin is deactivated and gets some internationalisation if possible:

		$sep = &quot;&#171;&quot;;
		$title = get_bloginfo(&#039;name&#039;) . ((is_single()) ? &quot; $sep &quot;.__(&quot;Archives&quot;) : &#039;&#039;) . wp_title($sep, false);
		$title = str_replace(&quot;\n&quot;, &#039;&#039;, $title);
		if (function_exists(&#039;addicted_reverse_title&#039;)) {
			$title = addicted_reverse_title($title, $sep);
		} 
		echo $title;</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Thanks for the plugin, I&#8217;m using it gladly. I just modified a little bit the code to insert in the header so that it does not get broken if the plugin is deactivated and gets some internationalisation if possible:</p>
<p>		$sep = &#8220;&laquo;&#8221;;<br />
		$title = get_bloginfo(&#8216;name&#8217;) . ((is_single()) ? &#8221; $sep &#8220;.__(&#8220;Archives&#8221;) : &#8221;) . wp_title($sep, false);<br />
		$title = str_replace(&#8220;\n&#8221;, &#8221;, $title);<br />
		if (function_exists(&#8216;addicted_reverse_title&#8217;)) {<br />
			$title = addicted_reverse_title($title, $sep);<br />
		}<br />
		echo $title;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 37 5 phentermine cheap</title>
		<link>http://addictedtonew.com/archives/85/wordpress-reverse-title-plugin/comment-page-1/#comment-75154</link>
		<dc:creator>37 5 phentermine cheap</dc:creator>
		<pubDate>Tue, 15 May 2007 10:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=85#comment-75154</guid>
		<description>&lt;strong&gt;37 5 phentermine cheap...&lt;/strong&gt;

grazed Nordhoff afterward spout hoofs ...</description>
		<content:encoded><![CDATA[<p><strong>37 5 phentermine cheap&#8230;</strong></p>
<p>grazed Nordhoff afterward spout hoofs &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Broken semaphore</title>
		<link>http://addictedtonew.com/archives/85/wordpress-reverse-title-plugin/comment-page-1/#comment-11379</link>
		<dc:creator>Broken semaphore</dc:creator>
		<pubDate>Sun, 05 Nov 2006 20:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=85#comment-11379</guid>
		<description>Thanks for the plugin. It is easy to use. Just what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thanks for the plugin. It is easy to use. Just what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TL</title>
		<link>http://addictedtonew.com/archives/85/wordpress-reverse-title-plugin/comment-page-1/#comment-10225</link>
		<dc:creator>TL</dc:creator>
		<pubDate>Wed, 25 Oct 2006 20:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=85#comment-10225</guid>
		<description>Great plugin... thanks for the work.</description>
		<content:encoded><![CDATA[<p>Great plugin&#8230; thanks for the work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Station &#187; Blog Archive &#187; Wordpress Reverse Title Plugin</title>
		<link>http://addictedtonew.com/archives/85/wordpress-reverse-title-plugin/comment-page-1/#comment-220</link>
		<dc:creator>WordPress Station &#187; Blog Archive &#187; Wordpress Reverse Title Plugin</dc:creator>
		<pubDate>Sun, 04 Sep 2005 05:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=85#comment-220</guid>
		<description>[...] Addicted To New has released an interesting plugin that reverses your page title. So instead of your page being, mysite &#8212; archives&#8211;post, it becomes, post &#8212; archives &#8212; mysite. The idea being specific to general hierarchy. [...]</description>
		<content:encoded><![CDATA[<p>[...] Addicted To New has released an interesting plugin that reverses your page title. So instead of your page being, mysite &#8212; archives&#8211;post, it becomes, post &#8212; archives &#8212; mysite. The idea being specific to general hierarchy. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

