<?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: Problem with Blog Page Title in Savia</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/problem-with/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/problem-with/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 10:13:17 +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/problem-with/#post-29645</guid>
					<title><![CDATA[Problem with Blog Page Title in Savia]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/problem-with/#post-29645</link>
					<pubDate>Mon, 08 Aug 2016 22:32:19 +0000</pubDate>
					<dc:creator>camilo.luna</dc:creator>

					<description>
						<![CDATA[
						<p>Page title (as shown in the browser tab) is not showing correctly. I thought it was my configuration but just saw the same on the demo:</p>
<p><a href="http://adobe.ly/2aHqZM3" rel="nofollow">http://adobe.ly/2aHqZM3</a></p>
<p>Is there a way to fix it?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/problem-with/#post-29646</guid>
					<title><![CDATA[Reply To: Problem with Blog Page Title in Savia]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/problem-with/#post-29646</link>
					<pubDate>Tue, 09 Aug 2016 07:38:46 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Sure you can add this:</p>
<pre><code>if ( is_page(&#039;blog&#039;) ) {
	echo &quot; - &quot;;
}</code></pre>
<p>in front of this line in your header.php:</p>
<p><code>// Finally the blog name</code></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/problem-with/#post-29647</guid>
					<title><![CDATA[Reply To: Problem with Blog Page Title in Savia]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/problem-with/#post-29647</link>
					<pubDate>Tue, 09 Aug 2016 15:30:47 +0000</pubDate>
					<dc:creator>camilo.luna</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for the answer, but it&#8217;s not working.</p>
<p>I added like this: <a href="http://adobe.ly/2bc9GXG" rel="nofollow">http://adobe.ly/2bc9GXG</a></p>
<p>And I&#8217;m getting this: <a href="http://adobe.ly/2aJqD7R" rel="nofollow">http://adobe.ly/2aJqD7R</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/problem-with/#post-29653</guid>
					<title><![CDATA[Reply To: Problem with Blog Page Title in Savia]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/problem-with/#post-29653</link>
					<pubDate>Wed, 10 Aug 2016 05:50:57 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>Something went wrong along the copy/pasting of your code, if you let me see your user pass I will do it for you! (use a private reply). <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/problem-with/#post-29659</guid>
					<title><![CDATA[Reply To: Problem with Blog Page Title in Savia]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/problem-with/#post-29659</link>
					<pubDate>Wed, 10 Aug 2016 14:26:02 +0000</pubDate>
					<dc:creator>camilo.luna</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/problem-with/#post-29664</guid>
					<title><![CDATA[Reply To: Problem with Blog Page Title in Savia]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/problem-with/#post-29664</link>
					<pubDate>Thu, 11 Aug 2016 06:27:58 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry it was this I had to add:</p>
<pre><code>// Added for BLOG PAGE
if ( is_home() ) {					
   echo &quot; - &quot;;	    
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/problem-with/#post-29669</guid>
					<title><![CDATA[Reply To: Problem with Blog Page Title in Savia]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/problem-with/#post-29669</link>
					<pubDate>Thu, 11 Aug 2016 15:30:33 +0000</pubDate>
					<dc:creator>camilo.luna</dc:creator>

					<description>
						<![CDATA[
						<p>That&#8217;s it!!! Thanks for the help <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

