<?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: How To Display Parent Page Title in WordPress</title>
	<atom:link href="http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress</link>
	<description></description>
	<lastBuildDate>Fri, 25 Jun 2010 15:27:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: JC</title>
		<link>http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress/comment-page-1#comment-1668</link>
		<dc:creator>JC</dc:creator>
		<pubDate>Tue, 15 Jun 2010 14:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress#comment-1668</guid>
		<description>Thank you so much  for this  !!</description>
		<content:encoded><![CDATA[<p>Thank you so much  for this  !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucian</title>
		<link>http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress/comment-page-1#comment-1631</link>
		<dc:creator>Lucian</dc:creator>
		<pubDate>Tue, 08 Jun 2010 14:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress#comment-1631</guid>
		<description>I believe we are talking here about multiple Wordpress loops which will be more advanced work.</description>
		<content:encoded><![CDATA[<p>I believe we are talking here about multiple WordPress loops which will be more advanced work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Pierre Levac</title>
		<link>http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress/comment-page-1#comment-1628</link>
		<dc:creator>Jean-Pierre Levac</dc:creator>
		<pubDate>Tue, 08 Jun 2010 07:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress#comment-1628</guid>
		<description>Hi, I need to create a two column display with the parent page content (ex. [Company] title and content) on the left and the child page content (ex. [About Us] title and content) on the right.

How would you go about that?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi, I need to create a two column display with the parent page content (ex. [Company] title and content) on the left and the child page content (ex. [About Us] title and content) on the right.</p>
<p>How would you go about that?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paola</title>
		<link>http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress/comment-page-1#comment-1449</link>
		<dc:creator>Paola</dc:creator>
		<pubDate>Wed, 19 May 2010 00:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress#comment-1449</guid>
		<description>Thanks for ending my search, it works great for me!</description>
		<content:encoded><![CDATA[<p>Thanks for ending my search, it works great for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucian</title>
		<link>http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress/comment-page-1#comment-1260</link>
		<dc:creator>Lucian</dc:creator>
		<pubDate>Wed, 28 Apr 2010 15:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress#comment-1260</guid>
		<description>Rebecca, not sure exactly how you use the code inside of the widget, but if you use it normally, inside a template file, it should work. It is the same code I use in two different websites and other people have no problems with it either.</description>
		<content:encoded><![CDATA[<p>Rebecca, not sure exactly how you use the code inside of the widget, but if you use it normally, inside a template file, it should work. It is the same code I use in two different websites and other people have no problems with it either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rebecca</title>
		<link>http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress/comment-page-1#comment-1259</link>
		<dc:creator>Rebecca</dc:creator>
		<pubDate>Wed, 28 Apr 2010 13:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress#comment-1259</guid>
		<description>Hi Lucian,

Exactly what I was looking for although for some reason I can&#039;t get it to look exactly like yours! I used your code in my sidebar inside a widget:

    






ID;
$parent = $post-&gt;post_parent;
$grandparent_get = get_post($parent);
$grandparent = $grandparent_get-&gt;post_parent;
?&gt;


post_parent);?&gt;
&lt;a href=&quot;post_parent) ?&gt;&quot;&gt;&lt;/a&gt;
 




The result is the Parent Page and Child Page but no grandchild page.

Thank you for your help!
Rebecca</description>
		<content:encoded><![CDATA[<p>Hi Lucian,</p>
<p>Exactly what I was looking for although for some reason I can&#8217;t get it to look exactly like yours! I used your code in my sidebar inside a widget:</p>
<p>ID;<br />
$parent = $post-&gt;post_parent;<br />
$grandparent_get = get_post($parent);<br />
$grandparent = $grandparent_get-&gt;post_parent;<br />
?&gt;</p>
<p>post_parent);?&gt;<br />
&lt;a href=&quot;post_parent) ?&gt;&#8221;&gt;</p>
<p>The result is the Parent Page and Child Page but no grandchild page.</p>
<p>Thank you for your help!<br />
Rebecca</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress/comment-page-1#comment-657</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 28 Dec 2009 22:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress#comment-657</guid>
		<description>Thanks, this was very helpful just now.</description>
		<content:encoded><![CDATA[<p>Thanks, this was very helpful just now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Cassarino</title>
		<link>http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress/comment-page-1#comment-595</link>
		<dc:creator>Matt Cassarino</dc:creator>
		<pubDate>Mon, 14 Dec 2009 19:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress#comment-595</guid>
		<description>Thanks, this was just what I needed.  It&#039;s also possible to echo get_the_title(...) and save a line of code.</description>
		<content:encoded><![CDATA[<p>Thanks, this was just what I needed.  It&#8217;s also possible to echo get_the_title(&#8230;) and save a line of code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes Bos</title>
		<link>http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress/comment-page-1#comment-377</link>
		<dc:creator>Wes Bos</dc:creator>
		<pubDate>Thu, 29 Oct 2009 01:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress#comment-377</guid>
		<description>Great tip! thanks a ton :)</description>
		<content:encoded><![CDATA[<p>Great tip! thanks a ton <img src='http://www.fldtrace.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucian</title>
		<link>http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress/comment-page-1#comment-230</link>
		<dc:creator>lucian</dc:creator>
		<pubDate>Tue, 06 Oct 2009 02:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.fldtrace.com/wordpress/how-to-display-parent-page-title-in-wordpress#comment-230</guid>
		<description>The code needs to stay within the wordpress loop. 
Please note, the code is meant just for the title of the parent/grandparent page, and will not replace the menu itself.</description>
		<content:encoded><![CDATA[<p>The code needs to stay within the wordpress loop.<br />
Please note, the code is meant just for the title of the parent/grandparent page, and will not replace the menu itself.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
