<?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 the Parent Page Title in Your Title Meta&#160;Tag</title>
	<atom:link href="http://www.tammyhartdesigns.com/tutorials/wordpress-how-to-display-the-parent-page-title-in-your-title-meta-tag/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tammyhartdesigns.com/wordpress/wordpress-how-to-display-the-parent-page-title-in-your-title-meta-tag/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-how-to-display-the-parent-page-title-in-your-title-meta-tag</link>
	<description>Web Designer &#38; Custom WordPress  Theme Developer in Birmingham, AL</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:50:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Chris Wiegman</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-how-to-display-the-parent-page-title-in-your-title-meta-tag/#comment-3025</link>
		<dc:creator>Chris Wiegman</dc:creator>
		<pubDate>Fri, 23 Dec 2011 14:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=110#comment-3025</guid>
		<description>Thank you! I am working on a simple enough site, but they wanted a breadcrumb shown and this is exactly what I needed for the template file :)</description>
		<content:encoded><![CDATA[<p>Thank you! I am working on a simple enough site, but they wanted a breadcrumb shown and this is exactly what I needed for the template file <img src='http://www.tammyhartdesigns.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tammy Hart</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-how-to-display-the-parent-page-title-in-your-title-meta-tag/#comment-2647</link>
		<dc:creator>Tammy Hart</dc:creator>
		<pubDate>Tue, 22 Nov 2011 15:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=110#comment-2647</guid>
		<description>So you need to return the categories, rather than echo them. That would be get_the_category_list(): http://codex.wordpress.org/Function_Reference/get_the_category_list</description>
		<content:encoded><![CDATA[<p>So you need to return the categories, rather than echo them. That would be get_the_category_list(): <a href="http://codex.wordpress.org/Function_Reference/get_the_category_list" rel="nofollow">http://codex.wordpress.org/Function_Reference/get_the_category_list</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manny</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-how-to-display-the-parent-page-title-in-your-title-meta-tag/#comment-2644</link>
		<dc:creator>Manny</dc:creator>
		<pubDate>Tue, 22 Nov 2011 02:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=110#comment-2644</guid>
		<description>Hi Tammy, excellent tip.. tammy i need help, i need change a code but i am not expert i need change this code 

$postheader .= &#039;&#039; . get_comments_number() . &#039;&#039;; 


This function displays the number of comments of the post, sooo i need to change this funsion for showing the category of where the post ..I hope you can help me, thanks in advanced.</description>
		<content:encoded><![CDATA[<p>Hi Tammy, excellent tip.. tammy i need help, i need change a code but i am not expert i need change this code </p>
<p>$postheader .= &#8221; . get_comments_number() . &#8221;; </p>
<p>This function displays the number of comments of the post, sooo i need to change this funsion for showing the category of where the post ..I hope you can help me, thanks in advanced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amp</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-how-to-display-the-parent-page-title-in-your-title-meta-tag/#comment-523</link>
		<dc:creator>Amp</dc:creator>
		<pubDate>Fri, 08 Apr 2011 18:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=110#comment-523</guid>
		<description>I understand. I suppose I was trying to get you to give me some nice code for free. ;-)

Thanks again for the code and for your reply.</description>
		<content:encoded><![CDATA[<p>I understand. I suppose I was trying to get you to give me some nice code for free. <img src='http://www.tammyhartdesigns.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Thanks again for the code and for your reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tammy Hart</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-how-to-display-the-parent-page-title-in-your-title-meta-tag/#comment-522</link>
		<dc:creator>Tammy Hart</dc:creator>
		<pubDate>Fri, 08 Apr 2011 17:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=110#comment-522</guid>
		<description>Amp, this code isn&#039;t meant to replace your title tag code entirely, it&#039;s only an example. I suggest using it in addition to several if else statements for different areas of your site. For instance, my title tag on my site is 17 lines of code.</description>
		<content:encoded><![CDATA[<p>Amp, this code isn&#8217;t meant to replace your title tag code entirely, it&#8217;s only an example. I suggest using it in addition to several if else statements for different areas of your site. For instance, my title tag on my site is 17 lines of code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amp</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-how-to-display-the-parent-page-title-in-your-title-meta-tag/#comment-521</link>
		<dc:creator>Amp</dc:creator>
		<pubDate>Fri, 08 Apr 2011 17:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=110#comment-521</guid>
		<description>Guess that&#039;s not supported.

Anyways, it&#039;s plain WP theme title content.</description>
		<content:encoded><![CDATA[<p>Guess that&#8217;s not supported.</p>
<p>Anyways, it&#8217;s plain WP theme title content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amp</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-how-to-display-the-parent-page-title-in-your-title-meta-tag/#comment-520</link>
		<dc:creator>Amp</dc:creator>
		<pubDate>Fri, 08 Apr 2011 17:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=110#comment-520</guid>
		<description>Sorry, forgot the code tag.

Generic title content:

  &#187; Archive  </description>
		<content:encoded><![CDATA[<p>Sorry, forgot the code tag.</p>
<p>Generic title content:</p>
<p>  &raquo; Archive</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amp</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-how-to-display-the-parent-page-title-in-your-title-meta-tag/#comment-519</link>
		<dc:creator>Amp</dc:creator>
		<pubDate>Fri, 08 Apr 2011 17:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=110#comment-519</guid>
		<description>What I mean is this;
my generic title tag content:
  &#187; Archive  

If I replace that code with your code then the post title of the static home page is missing. What you get is the URI of the blog as meta title.

Does this make any sense?

BTW, thanks for your quick response.</description>
		<content:encoded><![CDATA[<p>What I mean is this;<br />
my generic title tag content:<br />
  &raquo; Archive  </p>
<p>If I replace that code with your code then the post title of the static home page is missing. What you get is the URI of the blog as meta title.</p>
<p>Does this make any sense?</p>
<p>BTW, thanks for your quick response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tammy Hart</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-how-to-display-the-parent-page-title-in-your-title-meta-tag/#comment-518</link>
		<dc:creator>Tammy Hart</dc:creator>
		<pubDate>Fri, 08 Apr 2011 16:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=110#comment-518</guid>
		<description>Amp,

Not sure what you&#039;re referring to here. This code looks to see if the current page is a child of another page and if that&#039;s true, it adds the parent&#039;s page title to the title tag.</description>
		<content:encoded><![CDATA[<p>Amp,</p>
<p>Not sure what you&#8217;re referring to here. This code looks to see if the current page is a child of another page and if that&#8217;s true, it adds the parent&#8217;s page title to the title tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amp</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-how-to-display-the-parent-page-title-in-your-title-meta-tag/#comment-517</link>
		<dc:creator>Amp</dc:creator>
		<pubDate>Fri, 08 Apr 2011 16:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=110#comment-517</guid>
		<description>Great code that works fine.
Thanks. But what if you have a static homepage? Could you use the is_front_page statement? I&#039;ve tried it with WP 3.1 but with no luck. Then again, I&#039;m not too great with PHP.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Great code that works fine.<br />
Thanks. But what if you have a static homepage? Could you use the is_front_page statement? I&#8217;ve tried it with WP 3.1 but with no luck. Then again, I&#8217;m not too great with PHP.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

