---
title: "Selecting a view mode for view content"
date: "2018-10-08T11:53:54+00:00"
summary: "Learn how to choose the right view mode for your Drupal View content. Discover two methods for selecting view modes, enhancing your site's layout flexibility and content display options."
image:
type: "page"
url: "/drupal-starter-kits/add-ons/site-studio/selecting-view-mode-view-content"
id: "04de267e-6324-4e20-929f-f6527d5cf28c"
---

When you create a View, you can choose to render each result as 'content' and use a View mode for the display of each result. For example, you can choose to render each result using the Teaser View mode. View modes use [Content templates](/drupal-starter-kits/add-ons/site-studio/creating-templates-other-view-modes "Creating templates for other view modes") for their layout.

There are two places where you can select which View mode you View will use. These are:

Selecting your view mode within the view settings
-------------------------------------------------

To select which View mode your view will use within the View settings:

1.  Navigate to Structure > Views > **Select your view**
2.  Within the Format section, next to Show, click on the **current View mode** (This may say Teaser)  
      
    
    ![391896a9-view-view-mode-button.png](https://acquia.widen.net/content/fdd5be4e-6edb-4cae-a805-bbf85a5c465f/web/391896a9-view-view-mode-button.png)
    
3.  In the modal, click on the **View mode drop-down** and select your view mode.  
      
    
    ![36cd6102-select-view-content-view-mode.png](https://acquia.widen.net/content/1665a9c8-b47b-444d-9d5c-7907d0baa90b/web/36cd6102-select-view-content-view-mode.png)
    

Important

The View mode selected within View settings will only be used if the View item element within your View template is set to show Drupal default.

Selecting your view mode within the view settings
-------------------------------------------------

You can select which View mode your view will use, directly within your View template. Selecting it here will override any setting applied within the Drupal view settings. The advantage of selecting your View mode within your View template is that it keeps the control of your view layout within the View template, but more importantly, Site Studio allows you to use multiple View modes within the same View template. This provides more layout control and flexibility.

To select your View mode from within your View template:

1.  Navigate to Site Studio > View templates > **Select your view template**
2.  Double click on a **View item element** to edit its settings
3.  In the **Entity type drop-down**, select the entity type you want to display. Select Content if the view is displaying content
4.  In the **Bundle drop-down**, select the entity bundle you are displaying. For example, Article
5.  In the **View mode drop-down**, select the View mode you want to use to display your content.  
    
    ![bb12a933-select-view-mode-within-view-template.png](https://acquia.widen.net/content/ba09e27b-9ed4-4830-9a5c-ff8d1fcf6ce7/web/bb12a933-select-view-mode-within-view-template.png)
    

Important

Within the View item element settings you are able to select a different view mode for each Entity type bundle. This is useful if your View is displaying content from different content types, as you are able to select which View mode to use for each specific Content type. To Select a different View mode for each Entity bundle, Click on the **Add entity type view mode** link within the View mode settings area.