<?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: How to Make Simple Tags Plug-in Working in WordPress 2.7</title>
	<atom:link href="http://www.askvg.com/how-to-make-simple-tags-plug-in-working-in-wordpress-27/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askvg.com/how-to-make-simple-tags-plug-in-working-in-wordpress-27/</link>
	<description>Technology News, Internet, Tips-n-Tricks, Tutorials, Software Reviews, Themes, Skins, Wallpapers</description>
	<lastBuildDate>Thu, 18 Mar 2010 08:58:42 +0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wanda</title>
		<link>http://www.askvg.com/how-to-make-simple-tags-plug-in-working-in-wordpress-27/comment-page-1/#comment-31374</link>
		<dc:creator>Wanda</dc:creator>
		<pubDate>Fri, 15 May 2009 18:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=1727#comment-31374</guid>
		<description>Thanks for the tip! One of the security features I have applied is faking the version of WP (I changed it to 5.5 in my version.php file) so that hackers can&#039;t see what version of WP I am using. This fix is exactly what I needed to Simple Tags working for me. I simply used this code to get it to work in WP 2.7.

} elseif ( strpos($wp_version, &#039;5.5&#039;) !== false &#124;&#124; strpos($wp_version, &#039;5.5&#039;) !== false  ) {
	require(dirname(__FILE__).&#039;/2.7/simple-tags.client.php&#039;);</description>
		<content:encoded><![CDATA[<p>Thanks for the tip! One of the security features I have applied is faking the version of WP (I changed it to 5.5 in my version.php file) so that hackers can't see what version of WP I am using. This fix is exactly what I needed to Simple Tags working for me. I simply used this code to get it to work in WP 2.7.</p>
<p>} elseif ( strpos($wp_version, '5.5') !== false || strpos($wp_version, '5.5') !== false  ) {<br />
	require(dirname(__FILE__).'/2.7/simple-tags.client.php');</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kin</title>
		<link>http://www.askvg.com/how-to-make-simple-tags-plug-in-working-in-wordpress-27/comment-page-1/#comment-15739</link>
		<dc:creator>Kin</dc:creator>
		<pubDate>Mon, 22 Dec 2008 12:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=1727#comment-15739</guid>
		<description>Thanks, this was really important for my blog. The simple tags developer has updated a 2.7 compatible version but it doesn&#039;t seem to work for me and a large number of people running wp 2.7, but instead, this simple change of code works 100%. Thanks so much!</description>
		<content:encoded><![CDATA[<p>Thanks, this was really important for my blog. The simple tags developer has updated a 2.7 compatible version but it doesn't seem to work for me and a large number of people running wp 2.7, but instead, this simple change of code works 100%. Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: navjotjsingh</title>
		<link>http://www.askvg.com/how-to-make-simple-tags-plug-in-working-in-wordpress-27/comment-page-1/#comment-15069</link>
		<dc:creator>navjotjsingh</dc:creator>
		<pubDate>Sat, 13 Dec 2008 11:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=1727#comment-15069</guid>
		<description>I don&#039;t see many people updating core php files. There is no reason why you need to modify core php files of the plugins.</description>
		<content:encoded><![CDATA[<p>I don't see many people updating core php files. There is no reason why you need to modify core php files of the plugins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VG</title>
		<link>http://www.askvg.com/how-to-make-simple-tags-plug-in-working-in-wordpress-27/comment-page-1/#comment-15063</link>
		<dc:creator>VG</dc:creator>
		<pubDate>Sat, 13 Dec 2008 09:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=1727#comment-15063</guid>
		<description>^^ The plug-in was not updated at the time of posting this tutorial. Also lots of blogger don&#039;t want to update their existing plug-ins because it&#039;ll overwrite their custom settings which they incorporated by editing the PHP file itself.</description>
		<content:encoded><![CDATA[<p>^^ The plug-in was not updated at the time of posting this tutorial. Also lots of blogger don't want to update their existing plug-ins because it'll overwrite their custom settings which they incorporated by editing the PHP file itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Puh</title>
		<link>http://www.askvg.com/how-to-make-simple-tags-plug-in-working-in-wordpress-27/comment-page-1/#comment-15046</link>
		<dc:creator>Puh</dc:creator>
		<pubDate>Sat, 13 Dec 2008 02:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=1727#comment-15046</guid>
		<description>Yes, why you don&#039;t just update the plugin? The update for 2.7 is avaiable since several days!</description>
		<content:encoded><![CDATA[<p>Yes, why you don't just update the plugin? The update for 2.7 is avaiable since several days!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Navjot Singh</title>
		<link>http://www.askvg.com/how-to-make-simple-tags-plug-in-working-in-wordpress-27/comment-page-1/#comment-14991</link>
		<dc:creator>Navjot Singh</dc:creator>
		<pubDate>Thu, 11 Dec 2008 15:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=1727#comment-14991</guid>
		<description>A simpler method is now possible for Simple Tags Plugin: Plugin is available for 2.7 . Get updated version from http://wordpress.org/extend/plugins/simple-tags/</description>
		<content:encoded><![CDATA[<p>A simpler method is now possible for Simple Tags Plugin: Plugin is available for 2.7 . Get updated version from <a href="http://wordpress.org/extend/plugins/simple-tags/" rel="nofollow">http://wordpress.org/extend/plugins/simple-tags/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikolaj</title>
		<link>http://www.askvg.com/how-to-make-simple-tags-plug-in-working-in-wordpress-27/comment-page-1/#comment-14990</link>
		<dc:creator>Nikolaj</dc:creator>
		<pubDate>Thu, 11 Dec 2008 15:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=1727#comment-14990</guid>
		<description>what you have set them all to false.

and another question is this a site or some sort of mega large blog?</description>
		<content:encoded><![CDATA[<p>what you have set them all to false.</p>
<p>and another question is this a site or some sort of mega large blog?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
