Drupal Development

Drupal - Add Current Page in Breadcrumb

Drupal 8 development

Introduction

Breadcrumb navigation is a core feature in Drupal 8. But by default, breadcrumb do not show current page. In this tutorial we will add current page in the breadcrumb navigation in our theme. This can be achieved by editing our theme file THEME-NAME.theme

Step 1

Open THEME-NAME.theme file of your theme in any text editor.

How to remove Breadcrumb from Bartik Theme

I have seen many people do not want to show breadcrumb links on their Drupal website. The default Drupal 7 theme Bartik do not have option to show / hide this breadcrumb links.

If you want to remove breadcrumb links from Bartik theme, follow these steps:

Step 1:

Open following file in any text editor of bartik theme.