<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Website Title order</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/website-title-order/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/website-title-order/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 12:05:49 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/website-title-order/#post-19775</guid>
					<title><![CDATA[Website Title order]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/website-title-order/#post-19775</link>
					<pubDate>Tue, 13 May 2014 08:15:46 +0000</pubDate>
					<dc:creator>swiftfreeze</dc:creator>

					<description>
						<![CDATA[
						<p>I noticed on my finished website the title order</p>
<p><a href="http://www.swiftfreeze.com/" rel="nofollow">http://www.swiftfreeze.com/</a></p>
<p>It says Home &#8211; Piotr Tekien Portfolio<br />
in google as well.</p>
<p>I want to change all my pages to:<br />
Piotr Tekien Portfolio &#8211; (page name) &#8211; (page category) &#8211; (page post name)<br />
reversing the order in Header is quite tricky, could you give me a proper order of this code to do that?</p>
<p>	&lt;title&gt;&lt;?php<br />
	// Page or Single Post<br />
	if (is_page() or is_single()) {<br />
		the_title();<br />
		// Category Archive<br />
	} elseif (is_category()) {<br />
		echo single_cat_title(&#8221;, false);<br />
		// Tag Archive<br />
	} elseif (function_exists(&#8216;is_tag&#8217;) and function_exists(&#8216;single_tag_title&#8217;) and is_tag()) {<br />
		printf(__(&#8216;Tag: %s&#8217;, &#8216;Savia&#8217;), single_tag_title(&#8221;, false));<br />
		// General Archive<br />
	} elseif (is_archive()) {<br />
		// If WooCommerce Shop<br />
		if ($woocommerce &amp;&amp; is_shop() || $woocommerce &amp;&amp; is_product_category() || $woocommerce &amp;&amp; is_product_tag()) {<br />
			printf(__(&#8216;Shop&#8217;, &#8216;Savia&#8217;));<br />
		} else {<br />
			printf(__(&#8216;Archive: %s&#8217;, &#8216;Savia&#8217;), wp_title(&#8221;, false));<br />
		}<br />
		// Search Results<br />
	} elseif (is_search()) {<br />
		printf(__(&#8216;Search: %s&#8217;, &#8216;Savia&#8217;), get_query_var(&#8216;s&#8217;));<br />
	}<br />
	// Insert separator for the titles above<br />
	if (!is_home() and !is_404() and !is_front_page()) {<br />
		echo &#8221; &#8211; &#8220;;<br />
	}<br />
	if (is_home()) {<br />
		wp_title(&#8221;);<br />
	}<br />
	// If no home page set and default posts listing<br />
	if (is_home() &amp;&amp; is_front_page()) {<br />
		echo &#8220;&#8221;;<br />
	} elseif (!is_home() &amp;&amp; is_front_page()) {<br />
		echo &#8221; &#8211; &#8220;;<br />
	}<br />
	// Finally the blog name<br />
	bloginfo(&#8216;name&#8217;);<br />
	    ?&gt;&lt;/title&gt;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/website-title-order/#post-19777</guid>
					<title><![CDATA[Reply To: Website Title order]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/website-title-order/#post-19777</link>
					<pubDate>Tue, 13 May 2014 08:29:17 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>So you would obviously need to move the bottom:</p>
<pre><code>// Finally the blog name
bloginfo(&#039;name&#039;);</code></pre>
<p>Still there&#8217;a lot of moving around and checks that need to be updated though, I suggest you install WP Yoast &#8211; the best SEO plugin out there, it will help you manage your custom titles, meta tags, keywords on individual pages etc, has a learning curve but if you spend a day or 2 on it, it will be worthwhile! You will completely optimize your website for sepcific keywords + be able to manage all meta tags etc. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/website-title-order/#post-19793</guid>
					<title><![CDATA[Reply To: Website Title order]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/website-title-order/#post-19793</link>
					<pubDate>Tue, 13 May 2014 15:49:14 +0000</pubDate>
					<dc:creator>swiftfreeze</dc:creator>

					<description>
						<![CDATA[
						<p>Yeah well, I want it anyway because WP SEO by Yoast doesn&#8217;t do properly. Google still shows Home &#8211; Piotr Tekien Portfolio when I search it (and I even waited a day)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/website-title-order/#post-19797</guid>
					<title><![CDATA[Reply To: Website Title order]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/website-title-order/#post-19797</link>
					<pubDate>Wed, 14 May 2014 07:49:16 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Ok,</p>
<p>Did you try by placing this in the front like so:</p>
<pre><code>&lt;title&gt;
&lt;?php

// Finally the blog name
bloginfo(‘name’);

// If no home page set and default posts listing
if (is_home() &amp;&amp; is_front_page()) {
echo “”;
} elseif (!is_home() &amp;&amp; is_front_page()) {
echo ” – “;
}

// Page or Single Post
if (is_page() or is_single()) {
the_title();
// Category Archive
} elseif (is_category()) {
echo single_cat_title(”, false);
// Tag Archive
} elseif (function_exists(‘is_tag’) and function_exists(‘single_tag_title’) and is_tag()) {
printf(__(‘Tag: %s’, ‘Savia’), single_tag_title(”, false));
// General Archive
} elseif (is_archive()) {
// If WooCommerce Shop
if ($woocommerce &amp;&amp; is_shop() || $woocommerce &amp;&amp; is_product_category() || $woocommerce &amp;&amp; is_product_tag()) {
printf(__(‘Shop’, ‘Savia’));
} else {
printf(__(‘Archive: %s’, ‘Savia’), wp_title(”, false));
}
// Search Results
} elseif (is_search()) {
printf(__(‘Search: %s’, ‘Savia’), get_query_var(‘s’));
}
// Insert separator for the titles above
if (!is_home() and !is_404() and !is_front_page()) {
echo ” – “;
}
if (is_home()) {
wp_title(”);
}
?&gt;&lt;/title&gt;</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/website-title-order/#post-19799</guid>
					<title><![CDATA[Reply To: Website Title order]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/website-title-order/#post-19799</link>
					<pubDate>Wed, 14 May 2014 10:10:54 +0000</pubDate>
					<dc:creator>swiftfreeze</dc:creator>

					<description>
						<![CDATA[
						<p>There are some errors</p>
<p>when I visit my homepage it says<br />
Parse error: syntax error, unexpected T_STRING, expecting &#8216;,&#8217; or &#8216;;&#8217; in /home/p13990/domains/swiftfreeze.com/public_html/wp-content/themes/Savia/header.php on line 27</p>
<p>I carefully placed your code with my &lt;title&gt; to &lt;/title&gt;</p>
<p>I am using Aptana Studio 3<br />
here is a screenshot of which lines it says an error:<br />
<img src="http://i.imgur.com/6medD8B.jpg" alt="Error lines" /></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/website-title-order/#post-19800</guid>
					<title><![CDATA[Reply To: Website Title order]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/website-title-order/#post-19800</link>
					<pubDate>Wed, 14 May 2014 10:46:02 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>It&#8217;s the parenthesis that got paste wrong &#8230; </p>
<pre><code>&lt;title&gt;&lt;?php	 

	    // Finally the blog name
	    bloginfo(&#039;name&#039;);	
		
		// If no home page set and default posts listing
	    if ( is_home() &amp;&amp; is_front_page() ) {
	        echo &quot;&quot;;
	    }elseif ( !is_home() &amp;&amp; is_front_page() ) {
	        echo &quot; - &quot;;
	    } 
    
	    // Page or Single Post
	    if ( is_page() or is_single() ) {
	        the_title();	 
	    // Category Archive
	    } elseif ( is_category() ) {
	        echo single_cat_title(&#039;&#039;, false);	 
	    // Tag Archive
	    } elseif ( function_exists(&#039;is_tag&#039;) and function_exists(&#039;single_tag_title&#039;) and is_tag() ) {
	        printf( __(&#039;Tag: %s&#039;,&#039;Savia&#039;), single_tag_title(&#039;&#039;, false) );	 
		// General Archive
	    } elseif ( is_archive() ) {
	        // If WooCommerce Shop
			if($woocommerce &amp;&amp; is_shop() || $woocommerce &amp;&amp; is_product_category() || $woocommerce &amp;&amp; is_product_tag()) {
				printf( __(&#039;Shop&#039;, &#039;Savia&#039;));	 
			}else {
				printf( __(&#039;Archive: %s&#039;,&#039;Savia&#039;), wp_title(&#039;&#039;, false) );	 
			}
	    // Search Results
	    } elseif ( is_search() ) {
	        printf( __(&#039;Search: %s&#039;,&#039;Savia&#039;), get_query_var(&#039;s&#039;) );
	    }	 
	    // Insert separator for the titles above
	    if ( !is_home() and !is_404() and !is_front_page() ) {
	        echo &quot; - &quot;;
	    }	
		if ( is_home() ) {
	        wp_title(&#039;&#039;);
	    }	    
 
	    ?&gt;&lt;/title&gt;</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/website-title-order/#post-19801</guid>
					<title><![CDATA[Reply To: Website Title order]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/website-title-order/#post-19801</link>
					<pubDate>Wed, 14 May 2014 11:38:15 +0000</pubDate>
					<dc:creator>swiftfreeze</dc:creator>

					<description>
						<![CDATA[
						<p>Fantastic! it works</p>
<p>I am using the mqTranslate plugin because qTranslate does not work with wordpress 3.9.1<br />
It shows the swiftfreeze.com/nl as Home &#8211; Piotr Tekien Portfolio</p>
<p>is this fixable as well? see screenshot:<br />
<img src="http://i.imgur.com/uCrd2DO.jpg" alt="problem 2.0" /></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/website-title-order/#post-19823</guid>
					<title><![CDATA[Reply To: Website Title order]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/website-title-order/#post-19823</link>
					<pubDate>Wed, 14 May 2014 13:36:31 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Maybe Google needs to reindex some of your pages&#8230; the results don&#8217;t show right away.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/website-title-order/#post-19985</guid>
					<title><![CDATA[Reply To: Website Title order]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/website-title-order/#post-19985</link>
					<pubDate>Tue, 20 May 2014 10:04:37 +0000</pubDate>
					<dc:creator>swiftfreeze</dc:creator>

					<description>
						<![CDATA[
						<p><img src="http://i.imgur.com/v3ZVfVy.png" alt="Example" /><br />
Fixed it, used webmaster tools from google to Fetch every page and it re-indexed everything perfectly after a few days. Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/website-title-order/#post-19989</guid>
					<title><![CDATA[Reply To: Website Title order]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/website-title-order/#post-19989</link>
					<pubDate>Tue, 20 May 2014 21:46:19 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Great to hear, all is looking swell now! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

