There are plugins that allow you to do this. Search for 'breadcrumbs' on the install plugins page for a list. I use the one by Yoast (Joost de Valk) and it works well in 2.9.2. I haven't had the chance to test it in 3.0 yet though. You do need to add a function call into the theme to place it where you need it.
On 09/06/2010 8:38 AM, [email protected] wrote: > I have one question? How can I build breadcrumb which is walking on menu ? > > For example this is menu builded in wordpress > > Start > Information > Press > Archives > About us > > > And I'm going to the page Press and I want to see in breadcrumb Start-> > Information -> Press > Press is a category from the post. > > > > Thanks for help > > Robert > > > 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 > > _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
