Breadcrumbs in Movable Type

P. Obels asked

How do you get the links on top of your site in movabletype which point out where you are?

like:

Home » Our Thinking » Measure Twice » Archive » Tools and Utilities

Since he’s not the first person who’s asked, and I’m getting tired of re-writing the answer, I’m blogging it so I can simply point people here.

The short answer is: manually.

Each MT template has the breadcrumbs manually defined. The only variable part of the breadcrumb is (in most templates) the last item in the list. So my archive template that creates both category and monthly archives has this in it:

<p class="breadcrumb"><a href="/">Home</a> » <a href="/thinking/">Our Thinking</a> » <a href="/blog/">Measure Twice</a> » <a href="/blog/archives/">Archive</a> » <MTArchiveTitle></p>

And the individual archive template contains

<p class="breadcrumb"><a href="/">Home</a> » <a href="/thinking/">Our Thinking</a> » <a href="/blog/">Measure Twice</a> » <MTEntryTitle></p>

Paulo
May 5, 2004 12:28 PM

For my breadcrumbs I pass a “$crumbs” array into my PHP templating class and parse it out with a breadcrumbs() method. It took me about a day of sporadic head-banging to realize that some individudal archive pages were giving errors because they had apostrophes in their titles and I had forgotten to use <$MTEntryTitle encode_php=”q”$>

Bas
May 5, 2004 12:37 PM

How about, for a category or a date archive:

<a href=”<$MTBlogURL$>”>Home</a> / <a href=”<$MTBlogArchiveURL$>”>Archive</a> / <span class=”Selected”><$MTArchiveTitle$></span>

And for an individual arcive:

<a href=”<$MTBlogURL$>”>Home</a> / <a href=”<$MTBlogArchiveURL$>”>Archive</a> / <MTEntryCategories glue=” & “><a href=”<$MTCategoryArchiveLink$>”><$MTCategoryLabel$></a></MTEntryCategories> / …

Adam Kalsey
May 5, 2004 1:24 PM

For me, it’s helpful to hardcode some of my URLs (like the archive URL) into the templates because of the way I’m sharing templates across blogs. But using MTBlogURL and MTBlogArchiveURL is probably best for most.

Good suggestion.

Howeverm I don’t like the category list in the breadcrumb. For a breadcrumb to be useful (and it might not be according to some reaseach I’ve read) it needs to be concise. Having a list of all the places within the site architecture that this element might be found is counter-productive.

Bas
May 6, 2004 9:28 AM

On the matter of the category list: I get your point and I am bound to aggree. Still, this depends mostly on how one uses the categories. If one always prvides a category, an item always has a single ‘main’ category, which could be used for a single breadcrum.

Have a look at my site and tell me if you think it’s useful (and usable) here. (If you can see through the Dutch language! ;-)

And while your at it, give some attention to my filenames too: Google loves these!

Randy
May 10, 2004 7:19 AM

I use the SubCategories plug-in [http://www.rayners.org/2003/08/19/subcategories.php] for Movable Type to create a hierarchy of categories. I organized my categories so that the category hierarchy corresponds to what I want the breadcrumbs to look like. I then use code similar to that provided at the SubCategories site to generate the breadcrumbs.

Trackback from BnKB
February 6, 2005 11:17 PM

Breadcrumbs in Movable Type

Excerpt: Breadcrumbs in Movable Type :: Adam Kalsey Each MT template has the breadcrumbs manually defined. The only variable part of the breadcrumb is (in most templates) the last item in the list. So my archive template that creates both category...


Your comments:

Text only, no HTML. URLs will automatically be converted to links. Your email address is required, but it will not be displayed on the site.

Name:

Not your company or your SEO link. Comments without a real name will be deleted as spam.

Email: (not displayed)

If you don't feel comfortable giving me your real email address, don't expect me to feel comfortable publishing your comment.

Website (optional):

Lijit Search

Best Of

Recently Read

Get More

Subscribe | Archives

Recently

Thanks O'Reilly (Jun 29)
Captcha usability
BarCamp Sacramento today (Apr 26)
A short report from Barcamp Sacramento.
Barcamp Sacramento (Apr 16)
BarCamp is coming to Sacramento
Chrometa in Inc (Jan 14)
A local startup gets some national ink.
Scrum introduction (Jan 10)
Getting a handle on the Scrum project methodology.
Unfriendly returns (Dec 27)
Toys R Us blocks returns. You can bet I'll do all my shopping at a store with a friendlier return policy in the future.
The ongoing Comcast saga (Dec 27)
Using Twitter as a customer service tool.

Subscribe to this site's feed.

Elsewhere

Feed Crier
Get alerted by IM when your favorite web sites and feeds are updated.
SacStarts
The Sacramento technology startup community.
Pinewood Freak
Pinewood Derby tips and tricks
Del.icio.us
My tagstream at del.icio.us.
Waddlespot
My son's Club Penguin community. News, blogs, tips, and tricks.

Contact

Adam Kalsey

Mobile: 916.600.2497

Email: adam AT kalsey.com

AIM or Skype: akalsey

Resume

PGP Key

©1999-2009 Adam Kalsey.
Content management by Movable Type.