<?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 Navmenu OUT of header so I can remove the header</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sun, 26 May 2013 08:47:03 +0000</pubDate>

<item>
<title>ScottNix on "Move Navmenu OUT of header so I can remove the header"</title>
<link>http://themeshaper.com/forums/topic/move-navmenu-out-of-header-so-i-can-remove-the-header#post-22951</link>
<pubDate>Fri, 02 Sep 2011 23:56:33 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">22951@http://themeshaper.com/forums/</guid>
<description>&#60;pre&#62;&#60;code&#62;//remove acccess menu
function childtheme_remove_access() {
    remove_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;thematic_access&#38;#39;,9);
}
add_action(&#38;#39;init&#38;#39;,&#38;#39;childtheme_remove_access&#38;#39;);

// add access back below the header
add_action(&#38;#39;thematic_belowheader&#38;#39;,&#38;#39;thematic_access&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>mrmikeman on "Move Navmenu OUT of header so I can remove the header"</title>
<link>http://themeshaper.com/forums/topic/move-navmenu-out-of-header-so-i-can-remove-the-header#post-22950</link>
<pubDate>Fri, 02 Sep 2011 21:08:52 +0000</pubDate>
<dc:creator>mrmikeman</dc:creator>
<guid isPermaLink="false">22950@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;in css i do  #header {display:none;} to remove the display of the header completely, but i want to keep the nav menu, essentially putting it at the tip-top of the page, but with ZERO header. no banner, no title, no description. i really thought id be able to figure this one out but i cant seem to do it
&#60;/p&#62;</description>
</item>

</channel>
</rss>
