Releases: ivandoric/d8theming
Drupal 8 Theming - Part 18 - Taxonomy and Drop Down Menu
In this Drupal 8 Theming tutorial we are going to fight our way through some bugs and learn about Drupals taxonomy system, and also how to create drop down menus.
Drupal 8 Theming - Part 17 - Regions and Blocks from Views
In this episode of Drupal 8 Theming we are going to go more in depth with regions, and we are also going to learn how to make custom blocks from Views.
Drupal 8 Theming - Part 16 - Working With CSS Frameworks
In this episode of Drupal 8 Theming we are going to do some actual theming using Zurb Foundation framework.
Drupal 8 Theming - Part 14 - Field Collections
In this tutorial of Drupal 8 Theming series we are going to do field collections. That means that we are going to group few fields together and display them in our theme.
Drupal 8 Theming - Part 13 - Kint, Arrays, Twig, Foreach, If
In this episode of Drupal 8 Theming I'm going to show you a lot of stuff - how to work with Kint, how to print out data, how to make if statements with Twig and much more.
Drupal 8 Theming - Part 12 - Images and Image Sizes
In this episode of Drupal 8 Theming tutorial series we are going to display image on our node, views and also learn how to make different image sizes for that image.
Drupal 8 Theming - Part 11 - Displaying Fields
In this Drupal 8 Theming tutorial we are going to learn how to display fields in our template files.
Drupal 8 Theming - Part 09 - Introduction to Views
In this Drupal 8 Theming tutorial we are going to create dummy content and display it on our front page using Views.
Drupal 8 Theming - Part 08 - Creating Partials
In this episode of Drupal 8 Theming tutorial series we are going to learn how to make our theme a bit more flexible by creating and calling partials.
Drupal 8 Theming - Part 07 - Adding Main Navigation
In this episode of Drupal 8 Theming tutorial series we are going to learn how to make main navigation that we are going to put into our header.