<?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: Help sorting out wp3.0 nav manu for a theme</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 19 Jun 2013 02:39:13 +0000</pubDate>

<item>
<title>Jamie Mitchell on "Help sorting out wp3.0 nav manu for a theme"</title>
<link>http://themeshaper.com/forums/topic/help-sorting-out-wp30-nav-manu-for-a-theme#post-15393</link>
<pubDate>Mon, 06 Sep 2010 06:45:16 +0000</pubDate>
<dc:creator>Jamie Mitchell</dc:creator>
<guid isPermaLink="false">15393@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;**update //&#60;/p&#62;
&#60;p&#62;i grabed Ian's great html5 theme which has the new nav already part of it, and will go from there...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/themes/toolbox&#34;&#62;http://wordpress.org/extend/themes/toolbox&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hat's off to Ian for his great work :)
&#60;/p&#62;</description>
</item>
<item>
<title>Jamie Mitchell on "Help sorting out wp3.0 nav manu for a theme"</title>
<link>http://themeshaper.com/forums/topic/help-sorting-out-wp30-nav-manu-for-a-theme#post-15389</link>
<pubDate>Mon, 06 Sep 2010 00:46:45 +0000</pubDate>
<dc:creator>Jamie Mitchell</dc:creator>
<guid isPermaLink="false">15389@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;hey all !&#60;/p&#62;
&#60;p&#62;okey dokey, i am using Ian's shape theme and tutorial as a basis for my own theme, this is being helpfull to understand more about building a theme from scratch (for my own release etc), i'm using a lot of the css from thematic as i have been working with thematic child themes for a few yrs now so it's kinda natural to me and i know it well.&#60;/p&#62;
&#60;p&#62;now i need to update the menu with the new wp 3.0 nav menu&#60;/p&#62;
&#60;p&#62;i am using the code from 2010 theme&#60;/p&#62;
&#60;p&#62;to go in the header&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// This theme uses wp_nav_menu() in one location.
	register_nav_menus( array(
		&#38;#39;primary&#38;#39; =&#38;gt; __( &#38;#39;Primary Navigation&#38;#39;, &#38;#39;twentyten&#38;#39; ),
	) );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and in the functions&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// This theme uses wp_nav_menu() in one location.
	register_nav_menus( array(
		&#38;#39;primary&#38;#39; =&#38;gt; __( &#38;#39;Primary Navigation&#38;#39;, &#38;#39;mytheme&#38;#39; ),
	) );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;all works fine as expected...but&#60;/p&#62;
&#60;p&#62;how can i make this produce the same markup as thematic so i can use the suckerfish menu ...div class=&#34;menu&#34; and ul class=&#34;sf-menu......&#60;/p&#62;
&#60;p&#62;it's easy to do it with the old menu (wp_list_pages) but the new 3.0 menu has got me stumped...&#60;/p&#62;
&#60;p&#62;any help appreciated :)&#60;/p&#62;
&#60;p&#62;J
&#60;/p&#62;</description>
</item>

</channel>
</rss>
