<?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: 10 Must Have Hacks For WordPress Development</title>
	<atom:link href="http://spyrestudios.com/10-wordpress-hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://spyrestudios.com/10-wordpress-hacks/</link>
	<description>Web-Design And Inspiration Blog</description>
	<lastBuildDate>Sun, 14 Mar 2010 05:12:10 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jake</title>
		<link>http://spyrestudios.com/10-wordpress-hacks/#comment-14138</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Thu, 11 Mar 2010 23:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://spyrestudios.com/?p=5905#comment-14138</guid>
		<description>i have some problem with the one of your list, show related post.
the problem is when i use that script in my page, it makes my comment number (have_comments function) won&#039;t work and dissapear. so it just display &quot;no comments&quot; (actually i have 6 comments in there). how to fix this, and make all function work as usual..?

thx for your great list and the answer of this question.</description>
		<content:encoded><![CDATA[<p>i have some problem with the one of your list, show related post.<br />
the problem is when i use that script in my page, it makes my comment number (have_comments function) won&#8217;t work and dissapear. so it just display &#8220;no comments&#8221; (actually i have 6 comments in there). how to fix this, and make all function work as usual..?</p>
<p>thx for your great list and the answer of this question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Archibald</title>
		<link>http://spyrestudios.com/10-wordpress-hacks/#comment-13215</link>
		<dc:creator>Jeff Archibald</dc:creator>
		<pubDate>Sat, 13 Feb 2010 20:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://spyrestudios.com/?p=5905#comment-13215</guid>
		<description>Great post - I&#039;ve bookmarked for future WP builds I do. Thanks!</description>
		<content:encoded><![CDATA[<p>Great post &#8211; I&#8217;ve bookmarked for future WP builds I do. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cosmin</title>
		<link>http://spyrestudios.com/10-wordpress-hacks/#comment-11989</link>
		<dc:creator>Cosmin</dc:creator>
		<pubDate>Thu, 07 Jan 2010 13:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://spyrestudios.com/?p=5905#comment-11989</guid>
		<description>Well, that didn&#039;t work, so I&#039;ve put it on Pastie as well: http://pastie.org/770075</description>
		<content:encoded><![CDATA[<p>Well, that didn&#8217;t work, so I&#8217;ve put it on Pastie as well: <a href="http://pastie.org/770075" rel="nofollow">http://pastie.org/770075</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cosmin</title>
		<link>http://spyrestudios.com/10-wordpress-hacks/#comment-11988</link>
		<dc:creator>Cosmin</dc:creator>
		<pubDate>Thu, 07 Jan 2010 13:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://spyrestudios.com/?p=5905#comment-11988</guid>
		<description>Just an addition to the first hack presented here:

After a custom wp_query, it&#039;s always good practice to reset the query so you don&#039;t have weird things happening in your theme.

This can be done simply by adding:



after the  statement.

Thanks for the list, bookmarked!</description>
		<content:encoded><![CDATA[<p>Just an addition to the first hack presented here:</p>
<p>After a custom wp_query, it&#8217;s always good practice to reset the query so you don&#8217;t have weird things happening in your theme.</p>
<p>This can be done simply by adding:</p>
<p>after the  statement.</p>
<p>Thanks for the list, bookmarked!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://spyrestudios.com/10-wordpress-hacks/#comment-11628</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sat, 26 Dec 2009 04:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://spyrestudios.com/?p=5905#comment-11628</guid>
		<description>Thank you for the WP &quot;hacks&quot;! I always like to use PHP code when I have simpler types of features instead of using plugins. I like your site and blog...easy to read and understand! Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Thank you for the WP &#8220;hacks&#8221;! I always like to use PHP code when I have simpler types of features instead of using plugins. I like your site and blog&#8230;easy to read and understand! Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim H</title>
		<link>http://spyrestudios.com/10-wordpress-hacks/#comment-11087</link>
		<dc:creator>Kim H</dc:creator>
		<pubDate>Tue, 08 Dec 2009 00:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://spyrestudios.com/?p=5905#comment-11087</guid>
		<description>Awesome!  I&#039;ll have to keep some of these in mind when I get a chance to work on a blog redesign.

The post theme loop is probably the best one; I&#039;ve used it a few times when a client has requested two post pages, etc.  Only problem with it is that it&#039;s a bit temperamental when you&#039;re also trying to put in a &quot;numbered page&quot; navigation.</description>
		<content:encoded><![CDATA[<p>Awesome!  I&#8217;ll have to keep some of these in mind when I get a chance to work on a blog redesign.</p>
<p>The post theme loop is probably the best one; I&#8217;ve used it a few times when a client has requested two post pages, etc.  Only problem with it is that it&#8217;s a bit temperamental when you&#8217;re also trying to put in a &#8220;numbered page&#8221; navigation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monétiser ses articles avec intégration manuelle d'adsense &#124; NeoSting.net</title>
		<link>http://spyrestudios.com/10-wordpress-hacks/#comment-11013</link>
		<dc:creator>Monétiser ses articles avec intégration manuelle d'adsense &#124; NeoSting.net</dc:creator>
		<pubDate>Sun, 06 Dec 2009 12:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://spyrestudios.com/?p=5905#comment-11013</guid>
		<description>[...] surfant sans trop chercher quoique ce soit de précis, je suis tombé sur un billet présentant plusieurs hacks (en anglais) pour wordpress. Ces quelques modifications sont, pour certaines assez intéressantes, et pourraient vous donner [...]</description>
		<content:encoded><![CDATA[<p>[...] surfant sans trop chercher quoique ce soit de précis, je suis tombé sur un billet présentant plusieurs hacks (en anglais) pour wordpress. Ces quelques modifications sont, pour certaines assez intéressantes, et pourraient vous donner [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sravan</title>
		<link>http://spyrestudios.com/10-wordpress-hacks/#comment-10997</link>
		<dc:creator>Sravan</dc:creator>
		<pubDate>Sat, 05 Dec 2009 06:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://spyrestudios.com/?p=5905#comment-10997</guid>
		<description>Superb - all required wordpress code is at one place - these all are must for a wordpress blog to be considered. - Good one.....</description>
		<content:encoded><![CDATA[<p>Superb &#8211; all required wordpress code is at one place &#8211; these all are must for a wordpress blog to be considered. &#8211; Good one&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Month In The Creative Community: A November Roundup &#124; Fuel Your Creativity</title>
		<link>http://spyrestudios.com/10-wordpress-hacks/#comment-10871</link>
		<dc:creator>A Month In The Creative Community: A November Roundup &#124; Fuel Your Creativity</dc:creator>
		<pubDate>Tue, 01 Dec 2009 15:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://spyrestudios.com/?p=5905#comment-10871</guid>
		<description>[...] 10 Must Have Hacks For WordPress Development [...]</description>
		<content:encoded><![CDATA[<p>[...] 10 Must Have Hacks For WordPress Development [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miscellany &#38; Arcana for November 20th through November 30th &#124; jeff juliard</title>
		<link>http://spyrestudios.com/10-wordpress-hacks/#comment-10800</link>
		<dc:creator>Miscellany &#38; Arcana for November 20th through November 30th &#124; jeff juliard</dc:creator>
		<pubDate>Mon, 30 Nov 2009 17:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://spyrestudios.com/?p=5905#comment-10800</guid>
		<description>[...] 10 Must Have Hacks For WordPress Development &#124; Spyre Studios &#8211; Hacks? For Wordpress? Yes plox.    Spread the love [...]</description>
		<content:encoded><![CDATA[<p>[...] 10 Must Have Hacks For WordPress Development | Spyre Studios &#8211; Hacks? For Wordpress? Yes plox.    Spread the love [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
