I currently have 2 blogs using Drupal. One thing that has always bugged me is the little set of links at the top of the page showing you where you are. I want to get rid of them.

For example:
If you go to: http://abovetheflat.com/welcome-to-above-the-flat

You will see at the top:
// Home » Blogs » Josh Garner's blogWelcome To Above The FlaT

I want to get rid of that all together. I noticed that it's in the admin pages as well, so I don't know if I would want to get rid of it there (but am willing to if that's what I need to do). Does anyone know how to do this?

Comments

zeta ζ’s picture

They are breadcrumbs – as in a trail, and they tell the user how they got here: well, the structure of your site anyway.

You can get rid of them by removing a line similar to <?php print $breadcrumb; ?> in the page.tpl.php file of your theme.

If you copy the file to page-admin.tpl.php before you edit it, you will still get the breadcrumbs on all your admin pages.
___________________
It’s in the detaιls…

demonstration portfolio

yelvington’s picture

Before you remove them, read why you shouldn't.
http://www.useit.com/alertbox/breadcrumbs.html

To remove them, you need to edit the page template for your theme and remove or comment out the call to print $breadcrumb.

nevets’s picture

They are called breadcrumbs, you can edit your theme's page.tpl.php and remove the section the prints the breadcrumbs. You are looking for something like <?php print $breadcrumb; ?>.

seofactor’s picture

Awesome, thank you so much guys. I really appreciate it. That's exactly what I was looking for.

My SEO Blog and Freelance SEO Services.