<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Topic: Home Page Title</title>
		<link>http://www.kriesi.at/support/topic/home-page-title</link>
		<description>Support Forum - Topic: Home Page Title</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 18:43:07 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/home-page-title" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Home Page Title"</title>
			<link>http://www.kriesi.at/support/topic/home-page-title#post-13427</link>
			<pubDate>Thu, 24 Feb 2011 11:54:17 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">13427@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ah ok, I see - Thanks for correcting it :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AmirHassan on "Home Page Title"</title>
			<link>http://www.kriesi.at/support/topic/home-page-title#post-13366</link>
			<pubDate>Wed, 23 Feb 2011 22:33:23 +0000</pubDate>
			<dc:creator>AmirHassan</dc:creator>
			<guid isPermaLink="false">13366@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The code James posted was this&#60;br /&#62;
&#38;lt;title&#38;gt;&#38;lt;?php if (is_home()) { bloginfo('name'); ?&#38;gt;&#38;lt;?php } elseif (is_category() &#124;&#124; is_page() &#124;&#124;is_single()) { ?&#38;gt; &#38;lt;?php } ?&#38;gt;&#38;lt;?php bloginfo('name'); ?&#38;gt; &#124; &#38;lt;?php wp_title(''); ?&#38;gt;&#38;lt;/title&#38;gt;&#60;br /&#62;
and this the correct one&#60;br /&#62;
&#38;lt;title&#38;gt;&#38;lt;?php if (is_home()) { bloginfo('name'); ?&#38;gt;&#38;lt;?php } elseif (is_category() &#124;&#124; is_page() &#124;&#124;is_single()) { ?&#38;gt; &#38;lt;?php bloginfo('name'); ?&#38;gt; &#124; &#38;lt;?php wp_title(''); ?&#38;gt;&#38;lt;?php } ?&#38;gt;&#38;lt;/title&#38;gt;&#60;br /&#62;
I changed the place of &#38;lt;?php } ?&#38;gt; !&#60;br /&#62;
because if they use the code James provided they will face the problem mrwalker mentioned.&#60;br /&#62;
I'm no expert but I just wanted to put the right so if someone else wanted to do the same thing to their site they wouldn't face any problems. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Home Page Title"</title>
			<link>http://www.kriesi.at/support/topic/home-page-title#post-13322</link>
			<pubDate>Wed, 23 Feb 2011 07:48:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">13322@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
what do you mean with &#34;here is correct code&#34; :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AmirHassan on "Home Page Title"</title>
			<link>http://www.kriesi.at/support/topic/home-page-title#post-13311</link>
			<pubDate>Wed, 23 Feb 2011 01:37:39 +0000</pubDate>
			<dc:creator>AmirHassan</dc:creator>
			<guid isPermaLink="false">13311@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;here is correct code&#60;br /&#62;
&#38;lt;title&#38;gt;&#38;lt;?php if (is_home()) { bloginfo('name'); ?&#38;gt;&#38;lt;?php } elseif (is_category() &#124;&#124; is_page() &#124;&#124;is_single()) { ?&#38;gt; &#38;lt;?php bloginfo('name'); ?&#38;gt; &#124; &#38;lt;?php wp_title(''); ?&#38;gt;&#38;lt;?php } ?&#38;gt;&#38;lt;/title&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Home Page Title"</title>
			<link>http://www.kriesi.at/support/topic/home-page-title#post-13275</link>
			<pubDate>Tue, 22 Feb 2011 15:26:30 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">13275@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;No problem, let us know if you have any other questions.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mrwalker on "Home Page Title"</title>
			<link>http://www.kriesi.at/support/topic/home-page-title#post-13248</link>
			<pubDate>Tue, 22 Feb 2011 07:04:03 +0000</pubDate>
			<dc:creator>mrwalker</dc:creator>
			<guid isPermaLink="false">13248@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I played around with it some more and fixed it.  Sorry if I wasted your time.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mrwalker on "Home Page Title"</title>
			<link>http://www.kriesi.at/support/topic/home-page-title#post-13247</link>
			<pubDate>Tue, 22 Feb 2011 06:26:56 +0000</pubDate>
			<dc:creator>mrwalker</dc:creator>
			<guid isPermaLink="false">13247@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've made both of the changes above and now my home page reads Bookkeeping Services &#124; JNW Business SolutionsJNW Business Solutions &#124;. My other pages seem to read correctly.  Did I make an incorrect change?&#60;/p&#62;
&#60;p&#62;My site is &#60;a href=&#34;http://www.jnwsolutions.com&#34; rel=&#34;nofollow&#34;&#62;http://www.jnwsolutions.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Home Page Title"</title>
			<link>http://www.kriesi.at/support/topic/home-page-title#post-12148</link>
			<pubDate>Tue, 01 Feb 2011 07:56:51 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">12148@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes,&#60;br /&#62;
just replace following code in header.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;title&#38;gt;&#38;lt;?php if (is_home()) { bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt;&#38;lt;?php } elseif (is_category() &#124;&#124; is_page() &#124;&#124;is_single()) { ?&#38;gt; &#38;lt;?php } ?&#38;gt;&#38;lt;?php wp_title(&#38;#39;&#38;#39;); ?&#38;gt;&#38;lt;/title&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;title&#38;gt;&#38;lt;?php if (is_home()) { bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt;&#38;lt;?php } elseif (is_category() &#124;&#124; is_page() &#124;&#124;is_single()) { ?&#38;gt; &#38;lt;?php } ?&#38;gt;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt; &#124; &#38;lt;?php wp_title(&#38;#39;&#38;#39;); ?&#38;gt;&#38;lt;/title&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>peekandeat on "Home Page Title"</title>
			<link>http://www.kriesi.at/support/topic/home-page-title#post-12092</link>
			<pubDate>Sun, 30 Jan 2011 22:04:07 +0000</pubDate>
			<dc:creator>peekandeat</dc:creator>
			<guid isPermaLink="false">12092@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Furthermore, is it possible to change part of the title so that it still shows the main page's title plus a subpage?&#60;/p&#62;
&#60;p&#62;For example, main page would be titled HOMEPAGE&#60;/p&#62;
&#60;p&#62;Then the &#34;about&#34; page would be titled HOMEPAGE &#124; About&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Home Page Title"</title>
			<link>http://www.kriesi.at/support/topic/home-page-title#post-11383</link>
			<pubDate>Sun, 16 Jan 2011 14:49:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11383@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the title is generated in header.php. Search for following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;title&#38;gt;&#38;lt;?php if (is_home()) { bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt;&#38;lt;?php } elseif (is_category() &#124;&#124; is_page() &#124;&#124;is_single()) { ?&#38;gt; &#38;lt;?php } ?&#38;gt;&#38;lt;?php wp_title(&#38;#39;&#38;#39;); ?&#38;gt;&#38;lt;/title&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change the title as you like.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jphipps99 on "Home Page Title"</title>
			<link>http://www.kriesi.at/support/topic/home-page-title#post-11328</link>
			<pubDate>Fri, 14 Jan 2011 19:44:48 +0000</pubDate>
			<dc:creator>jphipps99</dc:creator>
			<guid isPermaLink="false">11328@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do I get the home page not to use the blog title without just emptying the field in settings? For SEO purposes, need the title to say:&#60;br /&#62;
Precision Investment Castings &#124; Dal-Air Investment Castings - Point TX&#60;/p&#62;
&#60;p&#62;However, says Dal-Air Investment CastingsPrecision Investment Castings &#124; Dal-Air Investment Castings - Point TX - where the first Dal-Air is coming from the site name on the settings page. The second part comes from an SEO plug-in that works great on all pages, but since the Home Page is not an actual page, it populates as above.&#60;/p&#62;
&#60;p&#62;Development site is&#60;br /&#62;
&#60;a href=&#34;http://66.147.244.213/~dalairca&#34; rel=&#34;nofollow&#34;&#62;http://66.147.244.213/~dalairca&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
