By JonGirard-1 on
Hi All,
I would like to remove the "home" link that appears on all of my pages, above my content. I would like to do this because I already have a homepage link in my navigation, so I don't need another one at the top of my page.
I believe this can be done with editing something in the template.php file, but I'm not sure how.
Thanks,
Jon
Comments
Problem Solved
I found this little snippet of code, which seems to be doing the trick.
It won't remove home on sub pages, but for now this will work.
Jon.
Yes
It's the right way to do it: overriding the default function with your own in template.php.
The way I would do it is to
The way I would do it is to go edit the theme file (page.tpl.php) and remove the breadcrumb line.
--matt
-- matt tucker
agreed
This is the easiest solution if you just want to remove the breadcrumbs from everything.
Breadcrumbs should be removed
Breadcrumbs should be removed from the theme configuration page rather than from the page template. If you can do something with a setting in the Drupal site, do it there first - then go to the theme files if there isn't a setting. (I realize this is an old post, but thought I'd correct that if someone happens upon it!)
Thanks
Thanks for the support.
great help, best answer
I was searching for this for months. luckily found this reply now and done. Short, simple and the best answer. Thanks.
You can check and confirm http://vision4life.in Home link on each page is removed and giving better view for content. webmaster@vision4life.in
Works great thanks.
Works great thanks.