How to remove the title from a certain content type

code

Sometimes you just want to get rid of that pesky title in your Drupal installation. Perhaps you're displaying it via Views for some reason, or you just want to be a bit annoying... what do I know. If you want to remove the title - perhaps depending on what kind of content type (node type) you are displaying - there are many ways to do this.

I'm going to show you some of the ways you can do this.

Drupal 7

Adding language id to the body class in Drupal 8

code

When I started making sites with Drupal 8 I missed a special body class that I sometime need for theming as well as other times, and that's the language body class. When making multilingual sites this comes in handy sometimes. For Drupal 7 this was made possible by the Internationalization (i18n) module, but since that module has been moved into core in Drupal (source) that special body-class-adding-thingamajig seems to have vanished.