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 TutorialMaster Twig templates to control the look and feel of your Drupal site.
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 TutorialStep-by-step guide to creating and managing user roles and permissions in Drupal.
Read TutorialLearn how to design and develop your own Drupal theme from scratch.
Read Tutorial