---
title: "Setting maximum comments per page in Drupal 8"
description: "Drupal allows you to control the number of comments that appear on your pages. The default is set to 50, which means up to 50 comments will display per page. Any comments beyond the first 50 will..."
url: https://www.inmotionhosting.com/support/edu/drupal/set-page-max/
date: 2013-11-21
modified: 2021-08-16
author: "Scott Mitchell"
categories: ["Drupal"]
type: post
lang: en
---

# Setting maximum comments per page in Drupal 8

Drupal allows you to control the number of comments that appear on your pages. The default is set to 50, which means up to 50 comments will display per page. Any comments beyond the first 50 will then display on a second page. Below is a guide to help you adjust the maximum number of comments per page in your Drupal 8 site.

## How to set the max comments per page

1. [Log into your Drupal 8 admin interface](/support/edu/drupal/how-to-log-into-the-drupal-admin-dashboard/).
2. Using the top menu bars, first click on the **Menu** option. When the second menu bar appears, click on the **Structure** option.
3. [![](https://www.inmotionhosting.com/support/wp-content/uploads/2013/11/edu_Drupal-8_107_adjust-max-comments_1-select-content-type.png)](/support/wp-content/uploads/2013/11/edu_Drupal-8_107_adjust-max-comments_1-select-content-type.png) From the *Structure* menu page, find and click on the **Content Types** link.
4. [![](https://www.inmotionhosting.com/support/wp-content/uploads/2013/11/edu_Drupal-8_107_adjust-max-comments_2-select-manage-fields.png)](/support/wp-content/uploads/2013/11/edu_Drupal-8_107_adjust-max-comments_2-select-manage-fields.png) Here you will see a list of all the content types that you can use currently. Find the one you want to manage and click on the **Manage Fields** option from the right hand dropdown. In this example, we will be working with the *Article* content type.
5. [![](https://www.inmotionhosting.com/support/wp-content/uploads/2013/11/edu_Drupal-8_107_adjust-max-comments_3-select-edit.png)](/support/wp-content/uploads/2013/11/edu_Drupal-8_107_adjust-max-comments_3-select-edit.png) Now that you are on the *Manage Fields* tab for the *Article* content type, locate the *Comment Settings* row from the list of field types and click on the **Edit** option from the right hand dropdown.
6. [![](https://www.inmotionhosting.com/support/wp-content/uploads/2013/11/edu_Drupal-8_107_adjust-max-comments_4-select-comments-per-page.png)](/support/wp-content/uploads/2013/11/edu_Drupal-8_107_adjust-max-comments_4-select-comments-per-page.png) This leads to the *Comment settings* page. Find the **Comments per page** dropdown and select your desired maximum number of comments per page. They range in different increments starting at 10 and go up to 300.
7. Once you have set the dropdown to your desired amount, click on the **Save settings** button at the bottom of the page.
