drupal-content-blocks

How to Create and Manage Content Blocks in Drupal

Blocks are one of the most powerful features in Drupal. They allow us to create and display reusable static and dynamic contents — such as text, images, banners, messages etc. In this article, you will learn two simple methods to create content blocks in Drupal without using any contributed modules. 1 – Creating a content […]

drupal-setup-frontpage

How to Set the Front Page in Drupal

Drupal allows you to easily create a custom page and set it as the site’s front page (or homepage). This guide explains how to create a page and assign it as the front page of your Drupal site. Step #1 – Create a Page First, you need to create a page that will be used […]

disable drupal cache

Disable Drupal Cache For Development

When developing a Drupal website, or a Drupal module or a Drupal theme, its caching can slow you down. Drupal aggressively caches pages, blocks, Twig templates and you cannot see immediate changes. When you make a change to a template file, a module, or a configuration setting, you want to see that change reflected instantly. […]

drupal-custom-text-format

How to Add a Custom Text Format Without CKEditor in Drupal

In Drupal, Text Formats control how user-entered content is processed and displayed. They define which HTML tags are allowed, what filters run (like HTML filtering or link conversion), and who can use them. Creating a custom text format helps you balance flexibility, consistency, and security. This guide explains step by step how to create a […]

drupal-contact page

How To Create Contact Page in Drupal

Drupal 8 has a core module called Contact. Using this core module we can create a site-wide contact form very easily and quickly. Site administrator will receive message sent via this contact form via e-mail. Requirements None. We will use core module and features. Step 1: Enable Contact Module Contact module is enabled by default. […]

How To Create Blog in Drupal

Drupal 7 had a core module called Blog. But this blog module has been dropped from core in Drupal 8. Many Drupal 8 / 9 / 10 / 11 users get confused about how to create a blog like in Drupal 7 or like WordPress. Creating a blog in Drupal is very easy. Follow below […]