<?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: Load A Page Into A WordPress Theme Outside Of The Loop</title>
	<atom:link href="http://www.ScottNelle.com/138/load-a-page-into-a-wordpress-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ScottNelle.com/138/load-a-page-into-a-wordpress-theme/</link>
	<description>Scott Nellé&#039;s Personal Site</description>
	<lastBuildDate>Thu, 12 Jan 2012 12:02:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: RoyCreative</title>
		<link>http://www.ScottNelle.com/138/load-a-page-into-a-wordpress-theme/comment-page-1/#comment-21340</link>
		<dc:creator>RoyCreative</dc:creator>
		<pubDate>Tue, 07 Jun 2011 01:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/?p=138#comment-21340</guid>
		<description>Thank you so much! Ah, I love when Google brings me to a nice and simple explanation like this.</description>
		<content:encoded><![CDATA[<p>Thank you so much! Ah, I love when Google brings me to a nice and simple explanation like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mifas</title>
		<link>http://www.ScottNelle.com/138/load-a-page-into-a-wordpress-theme/comment-page-1/#comment-16646</link>
		<dc:creator>Mifas</dc:creator>
		<pubDate>Thu, 14 Apr 2011 16:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/?p=138#comment-16646</guid>
		<description>Thanks... this is what i need.</description>
		<content:encoded><![CDATA[<p>Thanks&#8230; this is what i need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Nelle</title>
		<link>http://www.ScottNelle.com/138/load-a-page-into-a-wordpress-theme/comment-page-1/#comment-15686</link>
		<dc:creator>Scott Nelle</dc:creator>
		<pubDate>Sat, 02 Apr 2011 14:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/?p=138#comment-15686</guid>
		<description>You should be able to put it in any of your theme files. Just stick it wherever you&#039;d like the page content to show up.</description>
		<content:encoded><![CDATA[<p>You should be able to put it in any of your theme files. Just stick it wherever you&#8217;d like the page content to show up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://www.ScottNelle.com/138/load-a-page-into-a-wordpress-theme/comment-page-1/#comment-15684</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Sat, 02 Apr 2011 13:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/?p=138#comment-15684</guid>
		<description>novice at this stuff where do i place this code</description>
		<content:encoded><![CDATA[<p>novice at this stuff where do i place this code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eigil</title>
		<link>http://www.ScottNelle.com/138/load-a-page-into-a-wordpress-theme/comment-page-1/#comment-9021</link>
		<dc:creator>Eigil</dc:creator>
		<pubDate>Wed, 27 Oct 2010 09:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/?p=138#comment-9021</guid>
		<description>Thank you for sharing this great tutorial.
Just what I needed :-)</description>
		<content:encoded><![CDATA[<p>Thank you for sharing this great tutorial.<br />
Just what I needed :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.ScottNelle.com/138/load-a-page-into-a-wordpress-theme/comment-page-1/#comment-8404</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 07 Oct 2010 16:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/?p=138#comment-8404</guid>
		<description>Hey, 

This is the one that I use to display content outside of the loop:

$page_id = get_page_by_title($page-&gt;page_title);
$page_data = get_page($page_id);
echo $page_data-&gt;post_content;

I find it handy because you can use $page_id when you&#039;re getting your dynamic sidebars too -- if you&#039;ve given them the same name as your page titles that is!</description>
		<content:encoded><![CDATA[<p>Hey, </p>
<p>This is the one that I use to display content outside of the loop:</p>
<p>$page_id = get_page_by_title($page-&gt;page_title);<br />
$page_data = get_page($page_id);<br />
echo $page_data-&gt;post_content;</p>
<p>I find it handy because you can use $page_id when you&#8217;re getting your dynamic sidebars too &#8212; if you&#8217;ve given them the same name as your page titles that is!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.ScottNelle.com/138/load-a-page-into-a-wordpress-theme/comment-page-1/#comment-6750</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sun, 22 Aug 2010 09:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/?p=138#comment-6750</guid>
		<description>Thanks a million times over!!! :)</description>
		<content:encoded><![CDATA[<p>Thanks a million times over!!! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.ScottNelle.com/138/load-a-page-into-a-wordpress-theme/comment-page-1/#comment-6749</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sun, 22 Aug 2010 09:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/?p=138#comment-6749</guid>
		<description>Saved my ARSE!  I thought I would never figure out how to do this!</description>
		<content:encoded><![CDATA[<p>Saved my ARSE!  I thought I would never figure out how to do this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenn</title>
		<link>http://www.ScottNelle.com/138/load-a-page-into-a-wordpress-theme/comment-page-1/#comment-5547</link>
		<dc:creator>Jenn</dc:creator>
		<pubDate>Tue, 01 Jun 2010 05:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/?p=138#comment-5547</guid>
		<description>This made it a little less complicated. Thanks!</description>
		<content:encoded><![CDATA[<p>This made it a little less complicated. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bzone</title>
		<link>http://www.ScottNelle.com/138/load-a-page-into-a-wordpress-theme/comment-page-1/#comment-5419</link>
		<dc:creator>bzone</dc:creator>
		<pubDate>Sun, 16 May 2010 21:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/?p=138#comment-5419</guid>
		<description>Just what I&#039;m looking for. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Just what I&#8217;m looking for. Thanks a lot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

