For displaying menu you can use the name of this menu for example wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' , 'menu'=>'Information') );
On Wed, 09 Jun 2010 12:00:02 +0000, [email protected] wrote: > Send wp-testers mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.automattic.com/mailman/listinfo/wp-testers > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of wp-testers digest..." > > > Today's Topics: > > 1. Re: How to display a submenu in wordpress 3.0? Missing > parent_id parameter ? ([email protected]) > 2. Re: How to display a submenu in wordpress 3.0? Missing > parent_id parameter ? ([email protected]) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 9 Jun 2010 04:57:16 -0700 > From: "[email protected]" <[email protected]> > Subject: Re: [wp-testers] How to display a submenu in wordpress 3.0? > Missing parent_id parameter ? > To: [email protected] > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > since i start my complain.to disqus always i had that broblem.with thislook > like some body sharing information all time.and i cuoldnot do any thing > > On Tue, Jun 8, 2010 at 6:20 AM, Lox <[email protected]> wrote: > >> Hello, >> >> I found a hack to achieve my goal. >> >> Using wp_nav_menu( "menu=".$post->post_name ); I can get a menu with >> the same slug as the current post, if it exists. >> >> -- >> Lox >> [email protected] >> _______________________________________________ >> wp-testers mailing list >> [email protected] >> http://lists.automattic.com/mailman/listinfo/wp-testers >> > > > > -- > the email[[email protected] is spam.not.my email.was cread by some > body els > > > ------------------------------ > > Message: 2 > Date: Wed, 9 Jun 2010 04:59:29 -0700 > From: "[email protected]" <[email protected]> > Subject: Re: [wp-testers] How to display a submenu in wordpress 3.0? > Missing parent_id parameter ? > To: [email protected] > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > me too am the same sutuwation > > On Wed, Jun 9, 2010 at 4:57 AM, [email protected] > <[email protected]>wrote: > >> since i start my complain.to disqus always i had that broblem.with >> thislook like some body sharing information all time.and i cuoldnot do >> any >> thing >> >> >> On Tue, Jun 8, 2010 at 6:20 AM, Lox <[email protected]> wrote: >> >>> Hello, >>> >>> I found a hack to achieve my goal. >>> >>> Using wp_nav_menu( "menu=".$post->post_name ); I can get a menu with >>> the same slug as the current post, if it exists. >>> >>> -- >>> Lox >>> [email protected] >>> _______________________________________________ >>> wp-testers mailing list >>> [email protected] >>> http://lists.automattic.com/mailman/listinfo/wp-testers >>> >> >> >> >> -- >> the email[[email protected] is spam.not.my email.was cread by some >> body els >> _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
