<?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: A Title plus a few Headers</title>
	<atom:link href="http://www.stuffbysarah.net/2007/10/11/a-title-plus-a-few-headers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stuffbysarah.net/2007/10/11/a-title-plus-a-few-headers/</link>
	<description>PHP, WordPress and Business Ramblings</description>
	<lastBuildDate>Mon, 19 Jul 2010 13:44:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Sarah</title>
		<link>http://www.stuffbysarah.net/2007/10/11/a-title-plus-a-few-headers/#comment-15912</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Thu, 23 Oct 2008 07:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2007/10/11/a-title-plus-a-few-headers/#comment-15912</guid>
		<description>Hi Suzanne, no the code suggestions are done in the relevant theme files, so the page title is changed in the header.php file, and the sidebar titles will be in the side.php file.

For your page title, you need to edit the header.php and find the title tags, then remove what&#039;s within there and replace it with my PHP code in my previous comment.

There&#039;s also a more detailed post on this over at Blogging Tips - http://www.bloggingtips.com/2008/05/18/improve-your-front-page-title/</description>
		<content:encoded><![CDATA[<p>Hi Suzanne, no the code suggestions are done in the relevant theme files, so the page title is changed in the header.php file, and the sidebar titles will be in the side.php file.</p>
<p>For your page title, you need to edit the header.php and find the title tags, then remove what&#039;s within there and replace it with my PHP code in my previous comment.</p>
<p>There&#039;s also a more detailed post on this over at Blogging Tips &#8211; <a href="http://www.bloggingtips.com/2008/05/18/improve-your-front-page-title/" rel="nofollow" class="external">http://www.bloggingtips.com/20.....age-title/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suzanne Franco</title>
		<link>http://www.stuffbysarah.net/2007/10/11/a-title-plus-a-few-headers/#comment-15910</link>
		<dc:creator>Suzanne Franco</dc:creator>
		<pubDate>Wed, 22 Oct 2008 12:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2007/10/11/a-title-plus-a-few-headers/#comment-15910</guid>
		<description>Hi Sarah ~ Great post! Sorry to be such a noobie ... but are all of the code suggestions you&#039;ve given done on the styles.css page?

Also, how (and where) do I add the code so that my header is read as my blog title?

Thanks for all you do helping others ... you&#039;re awesome! *huGs* Suzanne</description>
		<content:encoded><![CDATA[<p>Hi Sarah ~ Great post! Sorry to be such a noobie &#8230; but are all of the code suggestions you&#039;ve given done on the styles.css page?</p>
<p>Also, how (and where) do I add the code so that my header is read as my blog title?</p>
<p>Thanks for all you do helping others &#8230; you&#039;re awesome! *huGs* Suzanne</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.stuffbysarah.net/2007/10/11/a-title-plus-a-few-headers/#comment-11040</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Sun, 14 Oct 2007 21:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2007/10/11/a-title-plus-a-few-headers/#comment-11040</guid>
		<description>Just an addition to this. My own home page title is now constructed using the blog description followed by the blog name ie.

&lt;code&gt;if (is_home()) :
 bloginfo(&#039;description&#039;);
else :
 wp_title(&#039;&#039;);
endif;
echo &quot; :: &quot;;
bloginfo(&#039;name&#039;);&lt;/code&gt;

Which simply says, if it&#039;s the home page then display the description else display the correct page title (category name or post title), followed by two colons and the sitename.

This way if you want to change it just go to Options - General and change your description in the admin panel :D</description>
		<content:encoded><![CDATA[<p>Just an addition to this. My own home page title is now constructed using the blog description followed by the blog name ie.</p>
<p><code>if (is_home()) :<br />
 bloginfo('description');<br />
else :<br />
 wp_title('');<br />
endif;<br />
echo " :: ";<br />
bloginfo('name');</code></p>
<p>Which simply says, if it&#039;s the home page then display the description else display the correct page title (category name or post title), followed by two colons and the sitename.</p>
<p>This way if you want to change it just go to Options &#8211; General and change your description in the admin panel <img src='http://www.stuffbysarah.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
