<?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: move blog title</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Fri, 24 May 2013 06:44:53 +0000</pubDate>

<item>
<title>craw on "move blog title"</title>
<link>http://themeshaper.com/forums/topic/move-blog-title#post-17180</link>
<pubDate>Mon, 22 Nov 2010 00:11:00 +0000</pubDate>
<dc:creator>craw</dc:creator>
<guid isPermaLink="false">17180@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks for your help. I'm gonna try this out and I'll post to see if it works.
&#60;/p&#62;</description>
</item>
<item>
<title>relequestual on "move blog title"</title>
<link>http://themeshaper.com/forums/topic/move-blog-title#post-17174</link>
<pubDate>Sun, 21 Nov 2010 22:05:18 +0000</pubDate>
<dc:creator>relequestual</dc:creator>
<guid isPermaLink="false">17174@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Craw,&#60;/p&#62;
&#60;p&#62;I'm new to this myself, and this is my first child theme I've ever made too!&#60;/p&#62;
&#60;p&#62;Looking at index.php, it calls get_header(), which gets header.php.&#60;br /&#62;
header.php has header content (unsurprisingly). This includes an action hook called thematic_header(). The file that access that hook is in /libary/extensions/ called header-extensions.php.&#60;br /&#62;
On line 426, we see the start of the functions that hook into the thematic_header hook.&#60;br /&#62;
On line 441, you should find the comment //create the blog title.&#60;br /&#62;
You should see inside an if statement, it checks to see if there is a function called &#34;childtheme_override_blogtitle&#34;.&#60;br /&#62;
If I understand correctly, you can add this function to your child themes functions.php file, and this prevent the blog title from displaying.&#60;/p&#62;
&#60;p&#62;You should find there is a similar function hook override for the footer area which you can use.&#60;/p&#62;
&#60;p&#62;Alternatively you can use css to hide the title by adding something like...&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#blog-title{
    display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;However I believe the correct way to do it is the first method, which I think is what you are after, including a better understanding of how the thematic framework works.&#60;/p&#62;
&#60;p&#62;I stress this is totally guess work by code inspection.&#60;/p&#62;
&#60;p&#62;Hope that helps.
&#60;/p&#62;</description>
</item>
<item>
<title>craw on "move blog title"</title>
<link>http://themeshaper.com/forums/topic/move-blog-title#post-17169</link>
<pubDate>Sun, 21 Nov 2010 19:08:12 +0000</pubDate>
<dc:creator>craw</dc:creator>
<guid isPermaLink="false">17169@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm trying out thematic child theming for the first time and I'm stuck with one item. I want to move the blog title to the bottom of the page.  I basically just need the block of code that I need to move from one place to another. Any help would be greatly appreciated. Thanks
&#60;/p&#62;</description>
</item>

</channel>
</rss>
