<?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: Using PHP includes with WordPress</title>
	<atom:link href="http://www.45royale.com/blog/xhtml/using-php-includes-with-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.45royale.com/blog/xhtml/using-php-includes-with-wordpress/</link>
	<description>A web design studio near Atlanta, Georgia.</description>
	<lastBuildDate>Thu, 26 Jan 2012 01:09:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Roch</title>
		<link>http://www.45royale.com/blog/xhtml/using-php-includes-with-wordpress/comment-page-1/#comment-43838</link>
		<dc:creator>Roch</dc:creator>
		<pubDate>Sat, 16 Apr 2011 01:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.45royale.com/blog/articles/2006/07/using-php-includes-with-wordpress/#comment-43838</guid>
		<description>What I am looking to do is similar. I am looking to have a static page as well as the blog appear on the main page of my wordpress site. Right now going to the settings section will only allow me to do one or the other. any feedback would be appreciated. Is there a special PHP INCLUDE tag I should be using for both to appear?</description>
		<content:encoded><![CDATA[<p>What I am looking to do is similar. I am looking to have a static page as well as the blog appear on the main page of my wordpress site. Right now going to the settings section will only allow me to do one or the other. any feedback would be appreciated. Is there a special PHP INCLUDE tag I should be using for both to appear?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Richards</title>
		<link>http://www.45royale.com/blog/xhtml/using-php-includes-with-wordpress/comment-page-1/#comment-14621</link>
		<dc:creator>Sean Richards</dc:creator>
		<pubDate>Tue, 27 Oct 2009 05:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.45royale.com/blog/articles/2006/07/using-php-includes-with-wordpress/#comment-14621</guid>
		<description>Is there a use for custom fields in this example? I have just started getting into them  and they are really powerful. Not sure if they help in this example however.</description>
		<content:encoded><![CDATA[<p>Is there a use for custom fields in this example? I have just started getting into them  and they are really powerful. Not sure if they help in this example however.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chrisgen</title>
		<link>http://www.45royale.com/blog/xhtml/using-php-includes-with-wordpress/comment-page-1/#comment-1220</link>
		<dc:creator>Chrisgen</dc:creator>
		<pubDate>Thu, 12 Mar 2009 02:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.45royale.com/blog/articles/2006/07/using-php-includes-with-wordpress/#comment-1220</guid>
		<description>I just started using wordpress and this article was very helpful. 

And I get to follow you on twitter.  Sweet!

Chrisgen</description>
		<content:encoded><![CDATA[<p>I just started using wordpress and this article was very helpful. </p>
<p>And I get to follow you on twitter.  Sweet!</p>
<p>Chrisgen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://www.45royale.com/blog/xhtml/using-php-includes-with-wordpress/comment-page-1/#comment-628</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Tue, 10 Feb 2009 03:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.45royale.com/blog/articles/2006/07/using-php-includes-with-wordpress/#comment-628</guid>
		<description>Ok wordpress stripped my code:

To include the new sidebar, type:

&lt;?php get_sidebar(&#039;right&#039;); ?&gt;</description>
		<content:encoded><![CDATA[<p>Ok wordpress stripped my code:</p>
<p>To include the new sidebar, type:</p>
<p>&lt;?php get_sidebar(&#8216;right&#8217;); ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://www.45royale.com/blog/xhtml/using-php-includes-with-wordpress/comment-page-1/#comment-627</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Tue, 10 Feb 2009 03:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.45royale.com/blog/articles/2006/07/using-php-includes-with-wordpress/#comment-627</guid>
		<description>This method of creating an alternate sidebar is not the best use of wordpress.

If you wish to define and create a second sidebar, say for example a sidebar for the right side of the page, you simply need to create a file called &quot;sidebar-right.php&quot; in the root of your current theme and then in the template use the following tag to include the new sidebar.



You can read more here:

&lt;a href=&quot;http://codex.wordpress.org/Include_Tags&quot; rel=&quot;nofollow&quot;&gt;Include_Tags&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>This method of creating an alternate sidebar is not the best use of wordpress.</p>
<p>If you wish to define and create a second sidebar, say for example a sidebar for the right side of the page, you simply need to create a file called &#8220;sidebar-right.php&#8221; in the root of your current theme and then in the template use the following tag to include the new sidebar.</p>
<p>You can read more here:</p>
<p><a href="http://codex.wordpress.org/Include_Tags" rel="nofollow">Include_Tags</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vonsko</title>
		<link>http://www.45royale.com/blog/xhtml/using-php-includes-with-wordpress/comment-page-1/#comment-486</link>
		<dc:creator>vonsko</dc:creator>
		<pubDate>Wed, 04 Feb 2009 12:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.45royale.com/blog/articles/2006/07/using-php-includes-with-wordpress/#comment-486</guid>
		<description>hi mate, this code &#039;highlighting&#039; is so unreadable, maybe try:
http://wordpress.org/extend/plugins/wp-syntax/

cheers ;)</description>
		<content:encoded><![CDATA[<p>hi mate, this code &#8216;highlighting&#8217; is so unreadable, maybe try:<br />
<a href="http://wordpress.org/extend/plugins/wp-syntax/" rel="nofollow">http://wordpress.org/extend/plugins/wp-syntax/</a></p>
<p>cheers ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.45royale.com/blog/xhtml/using-php-includes-with-wordpress/comment-page-1/#comment-71</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Thu, 04 Jan 2007 18:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.45royale.com/blog/articles/2006/07/using-php-includes-with-wordpress/#comment-71</guid>
		<description>Where are my socks?  Oh they&#039;re way over there.  OMG you knocked my socks off.

Killer tutorial.
</description>
		<content:encoded><![CDATA[<p>Where are my socks?  Oh they&#8217;re way over there.  OMG you knocked my socks off.</p>
<p>Killer tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.45royale.com/blog/xhtml/using-php-includes-with-wordpress/comment-page-1/#comment-70</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 20 Dec 2006 11:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.45royale.com/blog/articles/2006/07/using-php-includes-with-wordpress/#comment-70</guid>
		<description>Great article! Thanks a lot for this one!

-Peter
</description>
		<content:encoded><![CDATA[<p>Great article! Thanks a lot for this one!</p>
<p>-Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.45royale.com/blog/xhtml/using-php-includes-with-wordpress/comment-page-1/#comment-69</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 05 Nov 2006 18:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.45royale.com/blog/articles/2006/07/using-php-includes-with-wordpress/#comment-69</guid>
		<description>Kick butt tutorial!  Thanks and please continue to grace us with your ultimate knowledge!
</description>
		<content:encoded><![CDATA[<p>Kick butt tutorial!  Thanks and please continue to grace us with your ultimate knowledge!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry Shotter</title>
		<link>http://www.45royale.com/blog/xhtml/using-php-includes-with-wordpress/comment-page-1/#comment-68</link>
		<dc:creator>Jerry Shotter</dc:creator>
		<pubDate>Mon, 07 Aug 2006 22:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.45royale.com/blog/articles/2006/07/using-php-includes-with-wordpress/#comment-68</guid>
		<description>This is a great tutorial!  Thanks for the WordPress info, we need more like it and it&#039;s much appreciated!
</description>
		<content:encoded><![CDATA[<p>This is a great tutorial!  Thanks for the WordPress info, we need more like it and it&#8217;s much appreciated!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

