11.0.x

Print Values from a Field with a For Loop

Last updated

Override a Template File

Last updated

Make Your Theme Translatable

Last updated

Make Strings Translatable

Last updated

Loops and Iterators in Twig

Last updated

Overview: JavaScript in Drupal

Last updated

Download, Install, and Uninstall Themes

Last updated

Before visitors to your site will see the pages displayed using a theme the theme needs to be installed and set as the default. This is true whether it's a custom theme you wrote yourself, or a contributed theme you downloaded from Drupal.org. Installing themes can be done either via the user interface, or using Drush. Once a theme is installed, users of your site will see all public facing page rendered using that theme. Themes that are no longer being used can safely be uninstalled.

In this tutorial we'll:

Inspect Variables Available in a Template

Last updated

Fast by Default

Last updated

Determine the Base Name of a Template

Last updated