<?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 remove #nav-above ??? help me</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sun, 26 May 2013 05:45:45 +0000</pubDate>

<item>
<title>helgatheviking on "How to remove #nav-above ??? help me"</title>
<link>http://themeshaper.com/forums/topic/how-to-remove-nav-above-help-me#post-23172</link>
<pubDate>Thu, 22 Sep 2011 01:09:27 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">23172@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;they are in the markup, but hidden w/ CSS as the default setup.  try adding:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#nav-above {
display: block;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to your child's style.css
&#60;/p&#62;</description>
</item>
<item>
<title>roycreative on "How to remove #nav-above ??? help me"</title>
<link>http://themeshaper.com/forums/topic/how-to-remove-nav-above-help-me#post-23170</link>
<pubDate>Thu, 22 Sep 2011 00:42:23 +0000</pubDate>
<dc:creator>roycreative</dc:creator>
<guid isPermaLink="false">23170@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;How do I ADD them? I have a child theme, and they were never there...
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "How to remove #nav-above ??? help me"</title>
<link>http://themeshaper.com/forums/topic/how-to-remove-nav-above-help-me#post-18612</link>
<pubDate>Sun, 23 Jan 2011 18:57:59 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">18612@http://themeshaper.com/forums/</guid>
<description>&#60;pre&#62;&#60;code&#62;/* remove above navigation */
function remove_nav_above(){
	remove_action(&#38;#39;thematic_navigation_above&#38;#39;, &#38;#39;thematic_nav_above&#38;#39;, 2);
}
add_action(&#38;#39;init&#38;#39;,&#38;#39;remove_nav_above&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>adred on "How to remove #nav-above ??? help me"</title>
<link>http://themeshaper.com/forums/topic/how-to-remove-nav-above-help-me#post-18608</link>
<pubDate>Sun, 23 Jan 2011 14:04:05 +0000</pubDate>
<dc:creator>adred</dc:creator>
<guid isPermaLink="false">18608@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;//Remove nav above&#60;br /&#62;
function childtheme_override_nav_above(){&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I don't know if there's a better solution since filtering it isn't possible, at least that's what I see when I look at the code...
&#60;/p&#62;</description>
</item>
<item>
<title>nguyenduyphuong on "How to remove #nav-above ??? help me"</title>
<link>http://themeshaper.com/forums/topic/how-to-remove-nav-above-help-me#post-13159</link>
<pubDate>Thu, 17 Jun 2010 02:35:39 +0000</pubDate>
<dc:creator>nguyenduyphuong</dc:creator>
<guid isPermaLink="false">13159@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;please show me how to remove #nav-above from thematic??? not use CSS. Thanks!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
