By admin on Fri, 03/30/2018 - 05:59
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.
By admin on Thu, 12/03/2015 - 05:41
I recently started developing Drupal 8 theme. But every time I was making any change, I had to clear Drupal cache. So, here is how you can disable Drupal cache when developing theme / module for Drupal 8 and 9.
By admin on Wed, 09/25/2013 - 11:58
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.