<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Urban Giraffe Support Topic: blog title still showing</title>
<link>http://urbangiraffe.com/support/</link>
<description>Urban Giraffe Support Topic: blog title still showing</description>
<language>en</language>
<pubDate>Fri, 05 Dec 2008 03:26:39 +0000</pubDate>

<item>
<title>magihe on "blog title still showing"</title>
<link>http://urbangiraffe.com/support/topic/blog-title-still-showing#post-154</link>
<pubDate>Sun, 06 Apr 2008 12:49:51 +0000</pubDate>
<dc:creator>magihe</dc:creator>
<guid isPermaLink="false">154@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;As to qtranslate - thanks, I tried to contact them already.&#60;/p&#62;
&#60;p&#62;Regarding the description - Yes, I know this is the way it is working. But what I would like to ask is if, when editing an article, it were not possible that the description field is automatically filled in with whatever I defined to put in there (for example the excerpt). Because the way I use it is that I most often don't use the exact text, but only use it as a starting point. But this is only something for the wishlist.&#60;/p&#62;
&#60;p&#62;Unfortunately, there is still my main problem with the Blog Title still showing up in the title, i.e. my title has both - first the blog title and then the title I defined ...&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
</item>
<item>
<title>John on "blog title still showing"</title>
<link>http://urbangiraffe.com/support/topic/blog-title-still-showing#post-151</link>
<pubDate>Sun, 06 Apr 2008 11:32:47 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">151@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;The qtranslate issue is something you'll need to look into with the qtranslate website.  I would imagine that there is a function you can call that will convert some text with square braces into a localised version.  This will need to be called in your title.&#60;/p&#62;
&#60;p&#62;When you configure HeadSpace to use the excerpt for the description this is an automatic action.  If you then put some text into the excerpt field of a particular post this will override the automatic action for that post only.  This way there is no need for any copy and pasting.
&#60;/p&#62;</description>
</item>
<item>
<title>magihe on "blog title still showing"</title>
<link>http://urbangiraffe.com/support/topic/blog-title-still-showing#post-118</link>
<pubDate>Sat, 29 Mar 2008 10:31:41 +0000</pubDate>
<dc:creator>magihe</dc:creator>
<guid isPermaLink="false">118@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I have exactly this problem - that whatever I do, I always get the Blog Title before everything else I specify. As I read this entry, I of course checked in my header.php and solved part of the problem (that my keywords and descriptions didn't show) in that I deleted the tags altogether in the header.php. And I also changed my title tag so it looks exactly as the one above - with the result that I always get the Blog Title first, followed by a &#34;&#38;gt;&#38;gt;&#34;, and if its a single post page, I also get the &#34;Blog Archive&#34; phrase ...&#60;/p&#62;
&#60;p&#62;Another problem is related to the qtranslate plugin that I use which puts everything in language tags. So if I try to use the page title I get something like &#34;&#38;lt;title&#38;gt;Zusammenleben in Israel   &#38;raquo; [lang_de]Ihre Fragen[/lang_de][lang_en]Your Questions[/lang_en] &#124; Zusammenleben in Israel&#38;lt;/title&#38;gt;&#34;. I know that this is probably none of your business. But maybe you do have an idea what I could do about it?&#60;/p&#62;
&#60;p&#62;And then I have a last question: If I specify under general settings that for example the exerpt should be used for description, it would be nice if this would already be filled in the respective field, so I could just edit this without having to copy and paste. Besides, when I'm inside the article editing it, I might not remember - in fact, I do not remember - what I specified in the genereal settings ;-) Would it be possible to integrate this?&#60;/p&#62;
&#60;p&#62;I really would appreaciate your help with this!&#60;br /&#62;
Thanks + best regards&#60;br /&#62;
Martina
&#60;/p&#62;</description>
</item>
<item>
<title>John on "blog title still showing"</title>
<link>http://urbangiraffe.com/support/topic/blog-title-still-showing#post-84</link>
<pubDate>Wed, 12 Mar 2008 09:36:20 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">84@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;This is the title code from the default theme (header.php):&#60;/p&#62;
&#60;p&#62;&#38;lt;title&#38;gt;&#38;lt;?php bloginfo(&#38;#x27;name&#38;#x27;); ?&#38;gt; &#38;lt;?php if ( is_single() ) { ?&#38;gt; &#38;amp;raquo; Blog Archive &#38;lt;?php } ?&#38;gt; &#38;lt;?php wp_title(); ?&#38;gt;&#38;lt;/title&#38;gt;&#60;/p&#62;
&#60;p&#62;I don't know what 'display_page_title' is from, but it won't achieve any output from HeadSpace.
&#60;/p&#62;</description>
</item>
<item>
<title>chico12 on "blog title still showing"</title>
<link>http://urbangiraffe.com/support/topic/blog-title-still-showing#post-41</link>
<pubDate>Tue, 19 Feb 2008 22:56:57 +0000</pubDate>
<dc:creator>chico12</dc:creator>
<guid isPermaLink="false">41@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Hi:&#60;/p&#62;
&#60;p&#62;trying to figure out why my blogtitle is still showing in the &#38;lt;title&#38;gt; tag.&#60;/p&#62;
&#60;p&#62;my header template shows: &#60;/p&#62;
&#60;p&#62;&#38;lt;head&#38;gt;&#38;lt;title&#38;gt;&#38;lt;?php do_action('display_page_title'); ?&#38;gt;&#38;lt;/title&#38;gt;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
do_action('wp_head');&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt;/head&#38;gt;&#60;/p&#62;
&#60;p&#62;but no matter what I put in the global settings or the post or page title; the blogname still shows first followed by the title tag. As a matter of fact the specified post or page title only show if I don't specify any global settings at all. ( Aren't the post tags supposed to supercede the global settings when present?)&#60;/p&#62;
&#60;p&#62;I tried several themes and different browsers but the problem persists. any help greatly appreciated&#60;/p&#62;
&#60;p&#62;thank you&#60;/p&#62;
&#60;p&#62;michael
&#60;/p&#62;</description>
</item>

</channel>
</rss>
