Wednesday, 15 April 2015

How do I Remove Breadcrumbs from my Drupal pages?

Answer:- hide it using CSS (eg. .breadcrumb {display: none;}) or in the page.tpl.php file remove the line that says <?php if ($breadcrumb) print $breadcrumb; ?>

No comments:

Post a Comment