<?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 Checks to the Perfect WordPress theme</title>
	<atom:link href="http://wpengineer.com/236/perfect-wordpress-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpengineer.com/236/perfect-wordpress-theme/</link>
	<description>WordPress News, Hacks, Tips, Tutorials, Plugins and Themes</description>
	<lastBuildDate>Tue, 22 May 2012 12:01:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lars</title>
		<link>http://wpengineer.com/236/perfect-wordpress-theme/#comment-4506</link>
		<dc:creator>lars</dc:creator>
		<pubDate>Wed, 16 Jun 2010 10:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=236#comment-4506</guid>
		<description>thx for the checklist ... it&#039;s a very usefull list if someone start with a fresh theme. anyway ... i think i will use some of your points for my next theme and try to use less plugins as possible by creating a own flexible sidebar ...</description>
		<content:encoded><![CDATA[<p>thx for the checklist ... it's a very usefull list if someone start with a fresh theme. anyway ... i think i will use some of your points for my next theme and try to use less plugins as possible by creating a own flexible sidebar ...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://wpengineer.com/236/perfect-wordpress-theme/#comment-4442</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 02 Jun 2010 20:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=236#comment-4442</guid>
		<description>Lots of key suggestions; I agree with what you&#039;re saying, except the need for perfect w3c validation (usually content will find a way to break it anyway in practice; your home page at wpengineer.com does not validate right now as it is).

I would maybe add one thing to the check list--
11. support for the new Wordpress menu system; especially if your theme currently has one of those lame page lists where a new menu-based link list can be placed now with Wordpress 3+.</description>
		<content:encoded><![CDATA[<p>Lots of key suggestions; I agree with what you're saying, except the need for perfect w3c validation (usually content will find a way to break it anyway in practice; your home page at wpengineer.com does not validate right now as it is).</p>
<p>I would maybe add one thing to the check list--<br />
11. support for the new WordPress menu system; especially if your theme currently has one of those lame page lists where a new menu-based link list can be placed now with WordPress 3+.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abu Farhan</title>
		<link>http://wpengineer.com/236/perfect-wordpress-theme/#comment-1490</link>
		<dc:creator>Abu Farhan</dc:creator>
		<pubDate>Wed, 15 Jul 2009 06:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=236#comment-1490</guid>
		<description>Very good tips, Some Theme not put wp_footer so some plugin can’t work because usually they put javascript at the bottom before closing body. And one more thinks some theme add jquery directly at the header it will be conflict if some plugin using different script than jquery.</description>
		<content:encoded><![CDATA[<p>Very good tips, Some Theme not put wp_footer so some plugin can’t work because usually they put javascript at the bottom before closing body. And one more thinks some theme add jquery directly at the header it will be conflict if some plugin using different script than jquery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anoter Flava</title>
		<link>http://wpengineer.com/236/perfect-wordpress-theme/#comment-1243</link>
		<dc:creator>Anoter Flava</dc:creator>
		<pubDate>Thu, 11 Jun 2009 17:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=236#comment-1243</guid>
		<description>To be quite frank the whole wordpress theme design work flow STINKS... the method of page includes is old and tired.... get_header() get_footer() get_sidebar can be better done if approached diffrently.

IMO it is time wordpress changed its theme work flow...</description>
		<content:encoded><![CDATA[<p>To be quite frank the whole wordpress theme design work flow STINKS... the method of page includes is old and tired.... get_header() get_footer() get_sidebar can be better done if approached diffrently.</p>
<p>IMO it is time wordpress changed its theme work flow...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://wpengineer.com/236/perfect-wordpress-theme/#comment-891</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 27 Mar 2009 05:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=236#comment-891</guid>
		<description>I agree Brad - when I put together a theme, page.php is almost always a near duplication of single.php.  In the vast majority of themes, the two are nearly interchangeable.</description>
		<content:encoded><![CDATA[<p>I agree Brad - when I put together a theme, page.php is almost always a near duplication of single.php.  In the vast majority of themes, the two are nearly interchangeable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://wpengineer.com/236/perfect-wordpress-theme/#comment-889</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Thu, 26 Mar 2009 21:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=236#comment-889</guid>
		<description>page.php has in my opinion become an anachronism in themes.  A well designed theme doesn&#039;t need it.   Relying on a quality single.php and additional page templates for distinct custom static pages is a much better way to go.</description>
		<content:encoded><![CDATA[<p>page.php has in my opinion become an anachronism in themes.  A well designed theme doesn't need it.   Relying on a quality single.php and additional page templates for distinct custom static pages is a much better way to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dimido</title>
		<link>http://wpengineer.com/236/perfect-wordpress-theme/#comment-418</link>
		<dc:creator>dimido</dc:creator>
		<pubDate>Thu, 08 Jan 2009 02:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=236#comment-418</guid>
		<description>Thanks for the List. I can use it ;)</description>
		<content:encoded><![CDATA[<p>Thanks for the List. I can use it <img src='http://wpengineer.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://wpengineer.com/236/perfect-wordpress-theme/#comment-210</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 30 Nov 2008 23:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=236#comment-210</guid>
		<description>Thanks for your compliments, we are glad you like this article. Short and sweet. 

@Twincascos, we might have a more exhaustive list later on.</description>
		<content:encoded><![CDATA[<p>Thanks for your compliments, we are glad you like this article. Short and sweet. </p>
<p>@Twincascos, we might have a more exhaustive list later on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: www.krembo99.com</title>
		<link>http://wpengineer.com/236/perfect-wordpress-theme/#comment-195</link>
		<dc:creator>www.krembo99.com</dc:creator>
		<pubDate>Fri, 28 Nov 2008 22:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=236#comment-195</guid>
		<description>Very nice article...
bookmarked and sure to use on my next theme !
thanks</description>
		<content:encoded><![CDATA[<p>Very nice article...<br />
bookmarked and sure to use on my next theme !<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twincascos</title>
		<link>http://wpengineer.com/236/perfect-wordpress-theme/#comment-102</link>
		<dc:creator>Twincascos</dc:creator>
		<pubDate>Sat, 08 Nov 2008 17:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=236#comment-102</guid>
		<description>I&#039;d like to see an exhaustive list of all possible files in a theme (without considering custom js, etc.). I&#039;ve seldom seen themes with author.php, or image.php, or attachment.php. or how about sub-page.php, or child-category.php</description>
		<content:encoded><![CDATA[<p>I'd like to see an exhaustive list of all possible files in a theme (without considering custom js, etc.). I've seldom seen themes with author.php, or image.php, or attachment.php. or how about sub-page.php, or child-category.php</p>
]]></content:encoded>
	</item>
</channel>
</rss>

