<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WordPressCreme.com &#187; Hacks</title>
	<atom:link href="http://www.wordpresscreme.com/tag/hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wordpresscreme.com</link>
	<description>WordPress Resources, Turorials, Articles, Tips, Themes and Blog Reviews</description>
	<lastBuildDate>Tue, 07 Sep 2010 15:00:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How To Remove WordPress Version Information</title>
		<link>http://www.wordpresscreme.com/how-to-remove-wordpress-version-information/</link>
		<comments>http://www.wordpresscreme.com/how-to-remove-wordpress-version-information/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 22:00:33 +0000</pubDate>
		<dc:creator>Santiago</dc:creator>
				<category><![CDATA[WordPressCreme News]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.wordpresscreme.com/?p=297</guid>
		<description><![CDATA[A well-known tip in the blogosphere regarding WordPress is to remove the WordPress version from your meta-tags that are automatically generated by your WordPress blog. This information can be used by potential hackers to pinpoint which version of WordPress you are using, and can help them find an exploit to start hacking your website. Since [...]]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/how-to-remove-wordpress-version-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 New and totally killer WordPress hacks</title>
		<link>http://www.wordpresscreme.com/5-new-and-totally-killer-wordpress-hacks/</link>
		<comments>http://www.wordpresscreme.com/5-new-and-totally-killer-wordpress-hacks/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 12:42:51 +0000</pubDate>
		<dc:creator>Santiago</dc:creator>
				<category><![CDATA[WordPressCreme News]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Resource]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.wordpresscreme.com/?p=254</guid>
		<description><![CDATA[Based on, Smashing Magazine article, with this 5 new and totally killer WordPress hacks to make your blog stand out from the crowd. In each entry, you’ll find an explanation of the code as well as the kinds of problems that the hack solves. 1. Create TinyURLs On The Fly The problem. Because Twitter has [...]]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/5-new-and-totally-killer-wordpress-hacks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Remove /category/ from WordPress url</title>
		<link>http://www.wordpresscreme.com/how-to-remove-category-from-wordpress-url/</link>
		<comments>http://www.wordpresscreme.com/how-to-remove-category-from-wordpress-url/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 18:13:53 +0000</pubDate>
		<dc:creator>Santiago</dc:creator>
				<category><![CDATA[WordPressCreme News]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Permalinks]]></category>

		<guid isPermaLink="false">http://www.wordpresscreme.com/?p=179</guid>
		<description><![CDATA[By default, WordPress category permalinks are displayed that way:

http://www.wordpresscreme.com/category/reviews

As you can see, the category in the url is pretty useless. Here’s how to remove it:
First backup your .htaccess file. Then, open it and append the following line:

RewriteRule ^category/(.+)$ http://www.yourblog.com/$1 [R=301,L]

Once saved, your categories pages will be displayed like this:

http://www.wordpresscreme.com/reviews]]></description>
		<wfw:commentRss>http://www.wordpresscreme.com/how-to-remove-category-from-wordpress-url/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
