<?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 Tag: no dropdown</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Thu, 20 Jun 2013 09:36:37 +0000</pubDate>

<item>
<title>pipsologie on "submenu above sidebar"</title>
<link>http://themeshaper.com/forums/topic/submenu-above-sidebar#post-26673</link>
<pubDate>Thu, 26 Apr 2012 21:17:20 +0000</pubDate>
<dc:creator>pipsologie</dc:creator>
<guid isPermaLink="false">26673@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@Helga- thanks a lot for your input. I am testing both approaches and let you know which outcome fits better my needs...
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "submenu above sidebar"</title>
<link>http://themeshaper.com/forums/topic/submenu-above-sidebar#post-26649</link>
<pubDate>Wed, 25 Apr 2012 21:41:03 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">26649@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;look in the codex.&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/Template_Tags/wp_list_pages#List_Sub-Pages&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Template_Tags/wp_list_pages#List_Sub-Pages&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;to add that to thematic you'd add the code to the desired hook... in your case probably thematic_abovemainasides&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function kia_subpages(){
  global $post;

  $children = wp_list_pages(&#38;#39;title_li=&#38;#38;child_of=&#38;#39;.$post-&#38;gt;ID.&#38;#39;&#38;#38;echo=0&#38;#39;);
  if ($children) { ?&#38;gt;
  &#38;lt;ul&#38;gt;
  &#38;lt;?php echo $children; ?&#38;gt;
  &#38;lt;/ul&#38;gt;
  &#38;lt;?php } ?&#38;gt;

}

add_action(&#38;#39;thematic_abovemainasides&#38;#39;,&#38;#39;kia_subpages&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;totally untested, but in theory should work&#60;/p&#62;
&#60;p&#62;different widgets on different pages can be achieved with either the Widget Logic or Widget Context plugins.
&#60;/p&#62;</description>
</item>
<item>
<title>pipsologie on "submenu above sidebar"</title>
<link>http://themeshaper.com/forums/topic/submenu-above-sidebar#post-26647</link>
<pubDate>Wed, 25 Apr 2012 21:16:11 +0000</pubDate>
<dc:creator>pipsologie</dc:creator>
<guid isPermaLink="false">26647@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@Helga - those sub menus are merely child pages of the current page. How can I create those without difficulty?&#60;br /&#62;
Your second approach would also work, but how can I use different widgets on different pages?&#60;br /&#62;
Also I would like to appear the main menu still as &#34;current&#34; when clicking through the sub menus on the side. Main menu &#34;school&#34; is &#34;current&#34; and submenu item &#34;lesson 1&#34; is &#34;current&#34; as well (as it would be in a submenu)...&#60;/p&#62;
&#60;p&#62;@Jagst3r15 - your approach would still need text widgets that appear in some pages and in other not...
&#60;/p&#62;</description>
</item>
<item>
<title>Jagst3r15 on "submenu above sidebar"</title>
<link>http://themeshaper.com/forums/topic/submenu-above-sidebar#post-26642</link>
<pubDate>Wed, 25 Apr 2012 20:38:36 +0000</pubDate>
<dc:creator>Jagst3r15</dc:creator>
<guid isPermaLink="false">26642@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Just use a text widget and throw some html/links in there :P
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "submenu above sidebar"</title>
<link>http://themeshaper.com/forums/topic/submenu-above-sidebar#post-26641</link>
<pubDate>Wed, 25 Apr 2012 20:30:02 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">26641@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;whoa - i'm not sure i'd want to try doing that.  that looks very, very complicated, imo.  if those sub menus are merely child pages of the current page, that i know you can do w/o too much difficultly, but siphoning off parts of the custom menu?  no idea how to do that.  you could also use something like widget context to put different menu widgets on different pages.
&#60;/p&#62;</description>
</item>
<item>
<title>pipsologie on "submenu above sidebar"</title>
<link>http://themeshaper.com/forums/topic/submenu-above-sidebar#post-26640</link>
<pubDate>Wed, 25 Apr 2012 19:36:02 +0000</pubDate>
<dc:creator>pipsologie</dc:creator>
<guid isPermaLink="false">26640@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Here is maybe a better illustration of what I would like to do: &#60;a href=&#34;http://www.flickr.com/photos/28112913@N03/7113572569/in/photostream&#34; rel=&#34;nofollow&#34;&#62;http://www.flickr.com/photos/28112913@N03/7113572569/in/photostream&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>pipsologie on "submenu above sidebar"</title>
<link>http://themeshaper.com/forums/topic/submenu-above-sidebar#post-26638</link>
<pubDate>Wed, 25 Apr 2012 19:02:12 +0000</pubDate>
<dc:creator>pipsologie</dc:creator>
<guid isPermaLink="false">26638@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thank you sowingseeds. the problem is half solved. I wish to see different sidebar-menus at different sites (as shown in the picture above.&#60;br /&#62;
If I client on main menu item 1 I want to see a different submenu at the side than when I click on main menu item 2. Each main menu item has different submenus. &#60;/p&#62;
&#60;p&#62;Someone has an idea to do that?
&#60;/p&#62;</description>
</item>
<item>
<title>sowingseeds on "submenu above sidebar"</title>
<link>http://themeshaper.com/forums/topic/submenu-above-sidebar#post-26619</link>
<pubDate>Wed, 25 Apr 2012 04:40:03 +0000</pubDate>
<dc:creator>sowingseeds</dc:creator>
<guid isPermaLink="false">26619@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Why not make a custom menu and include it in the sidebar with the Custom menu widget? You can include it as the first item. Simplest... Otherwise:&#60;/p&#62;
&#60;p&#62;1) register a new menu as per the mega menu thread.&#60;br /&#62;
2) add it to the abovemainaside hook.&#60;br /&#62;
3) style as you wish&#60;/p&#62;
&#60;p&#62;So in your functions file:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;register_nav_menus(

array(
		&#38;#39;primary-menu&#38;#39; =&#38;gt; __( &#38;#39;Primary Menu&#38;#39; ),
		&#38;#39;sidebar-menu&#38;#39; =&#38;gt; __( &#38;#39;Sidebar Menu&#38;#39; ),

		)
	);

function menu_abovesidebar(){
echo &#38;#39;&#38;lt;div class=&#38;quot;main-aside&#38;quot;&#38;gt;&#38;#39;;
wp_nav_menu( array( &#38;#39;theme_location&#38;#39; =&#38;gt; &#38;#39;sidebar-menu&#38;#39; ) );
echo &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;
}
add_action(&#38;#39;thematic_abovemainasides&#38;#39;,&#38;#39;menu_abovesidebar&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>pipsologie on "submenu above sidebar"</title>
<link>http://themeshaper.com/forums/topic/submenu-above-sidebar#post-26609</link>
<pubDate>Tue, 24 Apr 2012 21:50:52 +0000</pubDate>
<dc:creator>pipsologie</dc:creator>
<guid isPermaLink="false">26609@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;There are many question about menus, and I went through a lot of them in this forum, but I could not find any solution to my problem:&#60;br /&#62;
I want my submenu not to appear as a dropdown, but above the sidebar as illustrated here: &#60;a href=&#34;http://www.flickr.com/photos/28112913@N03/6964683470/in/photostream&#34; rel=&#34;nofollow&#34;&#62;http://www.flickr.com/photos/28112913@N03/6964683470/in/photostream&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any suggestion how to handle this?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
