<?xml version="1.0" encoding="UTF-8"?><!-- 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>ThemeShaper Forums Topic: Revision 349</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sat, 18 May 2013 08:47:49 +0000</pubDate>

<item>
<title>Chris on "Revision 349"</title>
<link>http://themeshaper.com/forums/topic/revision-349#post-1706</link>
<pubDate>Mon, 16 Feb 2009 10:59:19 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">1706@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;The content of the Title tag in HEAD can now be filtered in your functions.php.&#60;/p&#62;
&#60;p&#62;Standard separator is '&#124;', standard format is Blogtitle Separator Content.&#60;/p&#62;
&#60;p&#62;You want to change the separator against the middle dot and swap Blogtitle and Content except for Home and Front Page .. just add the following code to your functions.php:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
function my_doctitle($elements) {&#60;br /&#62;
  $elements = str_replace ('&#124;','�',$elements);&#60;br /&#62;
  if ( is_home() &#124;&#124; is_front_page() ){&#60;br /&#62;
    return $elements;&#60;br /&#62;
  } else {&#60;br /&#62;
    $elements = array_reverse($elements, true);&#60;br /&#62;
    return $elements;&#60;br /&#62;
  }&#60;br /&#62;
}&#60;br /&#62;
add_filter('thematic_doctitle','my_doctitle');&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>

</channel>
</rss>
