Adding redirects using a custom module (no contrib module) in Drupal 8 to 11. Add redirects conditionally without any contrib modules.
Read TutorialDrupal's Views module is a powerful tool that allows you to create, manage, and display lists of content dynamically without writing custom SQL queries. Whether you need to display a list of articles, create a custom block, or build a filtered content display, Views makes it easy to achieve these goals with a user-friendly interface.
Read TutorialLearn how to create a custom block in Drupal using the Block module. This guide covers both the user interface method and the programmatic approach using a custom module.
Read TutorialEnhance your Drupal themes by adding custom Twig filters and functions. This guide shows how to extend Twig in a Drupal-friendly way using your own module and PHP classes.
Read TutorialLearn the basics of Drupal 9/10 theming to customize your website's appearance.
Read TutorialCustom forms can enhance your website's user experience. Here's how to create them.
Read TutorialStart building your own custom modules in Drupal with this beginner's guide.
Read TutorialLearn how to manage and use taxonomy to organize your Drupal content.
Read TutorialLearn how to manage and customize user roles and permissions in Drupal to control access and functionality across your site.
Read TutorialLearn how to design and develop your own Drupal theme from scratch.
Read Tutorial