How to view block regions in Drupal 7 Updated on August 16, 2021 by Brad Markle 0 Minutes, 43 Seconds to Read In our last article we explained the differences between regions and blocks in Drupal 7. You should now understand that regions define the structure and layout of a theme, and blocks are pieces of content that are assigned to show up in specific regions of a theme. When assigning a block to a region, you’ll need to now where the various regions are defined in your Drupal 7 theme. In this tutorial, we’ll show you how to view where the individual block regions are located in your theme. Log into Drupal 7 as an administrator In the top menu, click Structure Click Blocks Click the link towards the top that is similar to Demonstrate block regions (Bartik). You will then see a screen similar to the below appear. Each block region will be listed and highlighted in yellow. In our next tutorial, we’ll create our first block. Share this Article Related Articles Finding 404 page not found errors in Drupal 7 Removing the site title in Drupal 8 Content Types in Drupal 8 Disabling user images for posts and comments in Drupal 8 How to add an image in Drupal 7 How to upload your custom logo in your Drupal 7 theme Setting custom logos in your Drupal 8 theme Fixing the “An unrecoverable error occurred” error in Drupal How to Make a Duplicate Drupal Site How to Install a New Theme in Drupal