<?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/"
	 xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"  xmlns:media="http://search.yahoo.com/mrss/" 	>
<channel>
	<title>Comments on: 10 Commandments of WordPress</title>
	<atom:link href="http://www.pdxtc.com/wpblog/general-interest/10-commandments-of-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pdxtc.com/wpblog/general-interest/10-commandments-of-wordpress/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Jul 2009 12:41:27 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Scott</title>
		<link>http://www.pdxtc.com/wpblog/general-interest/10-commandments-of-wordpress/comment-page-1/#comment-45557</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 28 Jul 2008 22:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=701#comment-45557</guid>
		<description>Thanks Rob -  good catch, Trent. I understand now, and yes, less code is always good. But I was afraid to touch it since it works to do what I wanted. ;)</description>
		<content:encoded><![CDATA[<p>Thanks Rob &#8211;  good catch, Trent. I understand now, and yes, less code is always good. But I was afraid to touch it since it works to do what I wanted. <img src='http://www.pdxtc.com/wpblog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Rolfe</title>
		<link>http://www.pdxtc.com/wpblog/general-interest/10-commandments-of-wordpress/comment-page-1/#comment-45555</link>
		<dc:creator>Robert Rolfe</dc:creator>
		<pubDate>Mon, 28 Jul 2008 21:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=701#comment-45555</guid>
		<description>Technically Trent is correct.  The PHP code in that title tag lacking a little bit.  You can clean it up and make it run just a little better.  With that in mind, the one Scott posted will still work fine.</description>
		<content:encoded><![CDATA[<p>Technically Trent is correct.  The PHP code in that title tag lacking a little bit.  You can clean it up and make it run just a little better.  With that in mind, the one Scott posted will still work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.pdxtc.com/wpblog/general-interest/10-commandments-of-wordpress/comment-page-1/#comment-45477</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 11 Jul 2008 21:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=701#comment-45477</guid>
		<description>I pasted that right out of my own theme, where clearly it works well, and it&#039;s in use on literally dozens of sites, not only on my server. 

I wonder what&#039;s up?   Here is is again on a fresh copy/paste - 

&lt;title&gt;&lt;?php if ( is_single() ) { ?&gt;&lt;?php } ?&gt;&lt;?php wp_title(&#039;&#039;); ?&gt; &lt;?php 
  if (is_home()) { ?&gt;&lt;?php } else { ?&gt; &#124; &lt;?php } ?&gt; &lt;?php bloginfo(&#039;name&#039;); ?&gt; 
  &lt;/title&gt;
</description>
		<content:encoded><![CDATA[<p>I pasted that right out of my own theme, where clearly it works well, and it&#8217;s in use on literally dozens of sites, not only on my server. </p>
<p>I wonder what&#8217;s up?   Here is is again on a fresh copy/paste &#8211; </p>
<p>&lt;title&gt;&lt;?php if ( is_single() ) { ?&gt;&lt;?php } ?&gt;&lt;?php wp_title(&#8221;); ?&gt; &lt;?php<br />
  if (is_home()) { ?&gt;&lt;?php } else { ?&gt; | &lt;?php } ?&gt; &lt;?php bloginfo(&#8217;name&#8217;); ?&gt;<br />
  &lt;/title&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trent M</title>
		<link>http://www.pdxtc.com/wpblog/general-interest/10-commandments-of-wordpress/comment-page-1/#comment-45476</link>
		<dc:creator>Trent M</dc:creator>
		<pubDate>Fri, 11 Jul 2008 20:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=701#comment-45476</guid>
		<description>Interesting post, but the title code #5 you used above doesn&#039;t make any sense. If you copy/paste it won&#039;t work and unnecessarily goes in and out of php.



Is a better solution.</description>
		<content:encoded><![CDATA[<p>Interesting post, but the title code #5 you used above doesn&#8217;t make any sense. If you copy/paste it won&#8217;t work and unnecessarily goes in and out of php.</p>
<p>Is a better solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike d</title>
		<link>http://www.pdxtc.com/wpblog/general-interest/10-commandments-of-wordpress/comment-page-1/#comment-45415</link>
		<dc:creator>mike d</dc:creator>
		<pubDate>Tue, 01 Jul 2008 18:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=701#comment-45415</guid>
		<description>great stuff and certainly wise to do, but a marketer like myself might still have issues implementing all this....call em blog challenged</description>
		<content:encoded><![CDATA[<p>great stuff and certainly wise to do, but a marketer like myself might still have issues implementing all this&#8230;.call em blog challenged</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajay</title>
		<link>http://www.pdxtc.com/wpblog/general-interest/10-commandments-of-wordpress/comment-page-1/#comment-45398</link>
		<dc:creator>ajay</dc:creator>
		<pubDate>Sat, 28 Jun 2008 14:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=701#comment-45398</guid>
		<description>this post is really good</description>
		<content:encoded><![CDATA[<p>this post is really good</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PharmacistMike</title>
		<link>http://www.pdxtc.com/wpblog/general-interest/10-commandments-of-wordpress/comment-page-1/#comment-45396</link>
		<dc:creator>PharmacistMike</dc:creator>
		<pubDate>Sat, 28 Jun 2008 13:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=701#comment-45396</guid>
		<description>Great use of the 10 Commandments. For the 11th Commandment, I&#039;d add the Automatic Update. It is a real time saver in the long run.</description>
		<content:encoded><![CDATA[<p>Great use of the 10 Commandments. For the 11th Commandment, I&#8217;d add the Automatic Update. It is a real time saver in the long run.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurie McArthur</title>
		<link>http://www.pdxtc.com/wpblog/general-interest/10-commandments-of-wordpress/comment-page-1/#comment-45395</link>
		<dc:creator>Laurie McArthur</dc:creator>
		<pubDate>Sat, 28 Jun 2008 09:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=701#comment-45395</guid>
		<description>Great article, Scott. Thanks.

A few things that I didn&#039;t know, and others that I do because I&#039;ve been told to but didn&#039;t understand why.

Much appreciated.

Regards,
Laurie.</description>
		<content:encoded><![CDATA[<p>Great article, Scott. Thanks.</p>
<p>A few things that I didn&#8217;t know, and others that I do because I&#8217;ve been told to but didn&#8217;t understand why.</p>
<p>Much appreciated.</p>
<p>Regards,<br />
Laurie.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
