<?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: How to replace the site URL in the header(blog title)? Can it be simple?</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Thu, 23 May 2013 16:12:22 +0000</pubDate>

<item>
<title>limster on "How to replace the site URL in the header(blog title)? Can it be simple?"</title>
<link>http://themeshaper.com/forums/topic/how-to-replace-the-site-url-in-the-headerblog-title-can-it-be-simple#post-3607</link>
<pubDate>Wed, 29 Apr 2009 02:00:53 +0000</pubDate>
<dc:creator>limster</dc:creator>
<guid isPermaLink="false">3607@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks so much Chris!
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "How to replace the site URL in the header(blog title)? Can it be simple?"</title>
<link>http://themeshaper.com/forums/topic/how-to-replace-the-site-url-in-the-headerblog-title-can-it-be-simple#post-3522</link>
<pubDate>Sat, 25 Apr 2009 15:38:49 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">3522@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;you need to remove thematic_blogtitle() first:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function remove_blogtitle() {
    remove_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;thematic_blogtitle&#38;#39;,3);
}
add_action(&#38;#39;init&#38;#39;, &#38;#39;remove_blogtitle&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then you can redefine it using your own function:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function child_theme_blogtitle() { ?&#38;gt;
    		&#38;lt;div id=&#38;quot;blog-title&#38;quot;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;a href=&#38;quot;YourURL/&#38;quot; title=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;) ?&#38;gt;&#38;quot; rel=&#38;quot;home&#38;quot;&#38;gt;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;) ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;?php }
add_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;child_theme_blogtitle&#38;#39;,3);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In general most of the different parts building your blog using Thematic can be controlled, filtered, deleted. &#60;/p&#62;
&#60;p&#62;Take a look at &#60;a href=&#34;http://themeshaper.com/thematic/guide/&#34;&#62;Customization Guide for Thematic&#60;/a&#62; or &#60;a href=&#34;http://www.wupperpiraten.de/kategorie/thematic/code_snippets/&#34;&#62;Code Snippets&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>limster on "How to replace the site URL in the header(blog title)? Can it be simple?"</title>
<link>http://themeshaper.com/forums/topic/how-to-replace-the-site-url-in-the-headerblog-title-can-it-be-simple#post-3512</link>
<pubDate>Fri, 24 Apr 2009 21:10:57 +0000</pubDate>
<dc:creator>limster</dc:creator>
<guid isPermaLink="false">3512@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi, I'm trying to use an external URL in place of the site URL in the blog title. I'm new to Thematic and used to (dangerously) monkeying directly with the template php files, and I haven't a clue about how to use the functions.php file, or what the library of actions is.&#60;/p&#62;
&#60;p&#62;Is there an easy way to do this though the functions.php file? Secondly, are there simple ways to delete or replace elements in general through the functions.php file?&#60;/p&#62;
&#60;p&#62;Thanks for any replies
&#60;/p&#62;</description>
</item>

</channel>
</rss>
