<?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: Quick fix to get Simple Tags plugin working with WordPress 2.9+</title>
	<atom:link href="http://techblog.touchbasic.com/html/quick-fix-to-get-simple-tags-working-with-wordpress-2-9/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.touchbasic.com/html/quick-fix-to-get-simple-tags-working-with-wordpress-2-9/</link>
	<description>Techblog is collection of articles covering a wide variety of tech related topics including: Linux, Microsoft, Google, web development, web design, open source, wordpress, security, and more.</description>
	<lastBuildDate>Sun, 29 Jan 2012 02:25:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Card blog admin</title>
		<link>http://techblog.touchbasic.com/html/quick-fix-to-get-simple-tags-working-with-wordpress-2-9/comment-page-1/#comment-36071</link>
		<dc:creator>Card blog admin</dc:creator>
		<pubDate>Fri, 26 Feb 2010 01:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=636#comment-36071</guid>
		<description>I am having the card site made of wordpress.

i used simple tags version which was updated for wordpress 2.9, but still the previous version was better than the updated version. 

thanks for this code which i used for updating the previous version and it is working fine!</description>
		<content:encoded><![CDATA[<p>I am having the card site made of wordpress.</p>
<p>i used simple tags version which was updated for wordpress 2.9, but still the previous version was better than the updated version. </p>
<p>thanks for this code which i used for updating the previous version and it is working fine!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elran</title>
		<link>http://techblog.touchbasic.com/html/quick-fix-to-get-simple-tags-working-with-wordpress-2-9/comment-page-1/#comment-36000</link>
		<dc:creator>elran</dc:creator>
		<pubDate>Wed, 13 Jan 2010 22:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=636#comment-36000</guid>
		<description>looks like there&#039;s a new version of Simple Tags that seems to work fine with WP 2.9.1 so no need for this hack anymore.</description>
		<content:encoded><![CDATA[<p>looks like there&#8217;s a new version of Simple Tags that seems to work fine with WP 2.9.1 so no need for this hack anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elran</title>
		<link>http://techblog.touchbasic.com/html/quick-fix-to-get-simple-tags-working-with-wordpress-2-9/comment-page-1/#comment-35985</link>
		<dc:creator>elran</dc:creator>
		<pubDate>Wed, 06 Jan 2010 03:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=636#comment-35985</guid>
		<description>ok, i&#039;ve fixed the issue. it seems an old plugin was causing all my code bits to have curly quotes which created problems for people when copy/pasting the content.

anyway, i&#039;ve disabled the plugin in question and now the curly quotes have returned to normal quotes which are safe for copy/pasting.</description>
		<content:encoded><![CDATA[<p>ok, i&#8217;ve fixed the issue. it seems an old plugin was causing all my code bits to have curly quotes which created problems for people when copy/pasting the content.</p>
<p>anyway, i&#8217;ve disabled the plugin in question and now the curly quotes have returned to normal quotes which are safe for copy/pasting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elran</title>
		<link>http://techblog.touchbasic.com/html/quick-fix-to-get-simple-tags-working-with-wordpress-2-9/comment-page-1/#comment-35984</link>
		<dc:creator>elran</dc:creator>
		<pubDate>Wed, 06 Jan 2010 01:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=636#comment-35984</guid>
		<description>yes, it&#039;s true.. watch out for the curly quotes (if copy/pasting this code)</description>
		<content:encoded><![CDATA[<p>yes, it&#8217;s true.. watch out for the curly quotes (if copy/pasting this code)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yael K. Miller</title>
		<link>http://techblog.touchbasic.com/html/quick-fix-to-get-simple-tags-working-with-wordpress-2-9/comment-page-1/#comment-35983</link>
		<dc:creator>Yael K. Miller</dc:creator>
		<pubDate>Wed, 06 Jan 2010 01:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=636#comment-35983</guid>
		<description>Oops, the curly quotes got put in automatically.  They should be straight quotes.</description>
		<content:encoded><![CDATA[<p>Oops, the curly quotes got put in automatically.  They should be straight quotes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yael K. Miller</title>
		<link>http://techblog.touchbasic.com/html/quick-fix-to-get-simple-tags-working-with-wordpress-2-9/comment-page-1/#comment-35982</link>
		<dc:creator>Yael K. Miller</dc:creator>
		<pubDate>Wed, 06 Jan 2010 01:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=636#comment-35982</guid>
		<description>This code produces an error because of the quotation marks.  The below works.

&lt;code&gt;if ( strpos($wp_version, &#039;2.7&#039;) !== false &#124;&#124; strpos($wp_version, &#039;2.8&#039;) !== false &#124;&#124; strpos($wp_version, &#039;2.9&#039;) !== false ) {&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>This code produces an error because of the quotation marks.  The below works.</p>
<p><code>if ( strpos($wp_version, '2.7') !== false || strpos($wp_version, '2.8') !== false || strpos($wp_version, '2.9') !== false ) {</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

