---
title: "Adding new Articles in Drupal 8"
description: "Out of the many different content types in Drupal 8, there are only two that are available by default, the Article and the Basic Page. This article will focus on the Article content type. What is an..."
url: https://www.inmotionhosting.com/support/edu/drupal/add-new-article/
date: 2013-05-29
modified: 2021-08-16
author: "Scott Mitchell"
categories: ["Drupal"]
type: post
lang: en
---

# Adding new Articles in Drupal 8

Out of the many different [content types](/support/edu/drupal/content-types-2/) in Drupal 8, there are only two that are available by default, the Article and the [Basic Page](/support/edu/drupal/create-basic-page/). This article will focus on the Article content type.

## What is an Article?

The *Article* content type is one of two content types that are enabled by default upon installation. This content type is usually used for information that is temporary or updated on a regular basis such as a blog post or a sales announcement. Articles are sorted on index pages from the most recent to least recent by default, however you can certainly change this behavior with the help of modules.

## How to add Articles in Drupal 8

1. [Log into your Drupal 8 interface](/support/edu/drupal/how-to-log-into-the-drupal-admin-dashboard/).  
2. [![select menu option from toolbar](https://www.inmotionhosting.com/support/wp-content/uploads/2013/05/edu_Drupal-8__common-images_select-menu.png)](/support/wp-content/uploads/2013/05/edu_Drupal-8__common-images_select-menu.png)Using the toolbar across the top of the screen, click on the **Menu** link.  
3. [![select the content menu option](https://www.inmotionhosting.com/support/wp-content/uploads/2013/05/edu_Drupal-8__common-images_select-content.png)](/support/wp-content/uploads/2013/05/edu_Drupal-8__common-images_select-content.png)Another menu bar will appear directly under the first one. From here, select the **Content** option.  
4. [![select the add content button](https://www.inmotionhosting.com/support/wp-content/uploads/2013/05/edu_Drupal-8_102_create-basic-page_1-select-add-content.png)](/support/wp-content/uploads/2013/05/edu_Drupal-8_102_create-basic-page_1-select-add-content.png)This leads you to the main content list page where you will see a list of all content pages and articles you have on your site. Click on the **Add Content** button to begin.  
5. [![select the basic page](https://www.inmotionhosting.com/support/wp-content/uploads/2013/05/edu_Drupal-8_102_create-basic-page_2-select-type.png)](/support/wp-content/uploads/2013/05/edu_Drupal-8_102_create-basic-page_2-select-type.png)You will be met with a selection of available content types. There are two types by default, *Articles* and *Basic Pages*. Select the **Article** option.  
6. [![add article content](https://www.inmotionhosting.com/support/wp-content/uploads/2013/05/edu_Drupal-8_102_create-new-article_add-article-content.png)](/support/wp-content/uploads/2013/05/edu_Drupal-8_102_create-new-article_add-article-content.png)You are now on the Article content editor page. Enter the title, and body content for your article.  
7. [![select the basic page](https://www.inmotionhosting.com/support/wp-content/uploads/2013/05/edu_Drupal-8_102_create-new-article_after.png)](/support/wp-content/uploads/2013/05/edu_Drupal-8_102_create-new-article_after.png)Once you have completed the content entry, click on the **Save and publish** button at the bottom of the page. This will save the article content and make it available for display on the web. You can access it by either a menu link if you enabled it, from the front page (if you promoted it) or direct access by typing in the full URL. Pictured is the sample article we created using these instructions.  

As with other content type articles, this is the quick and easy version, which means only the basic Article was created. It did not cover how to [change the URL alias of the page](/support/edu/drupal/change-node-alias/), [add the article to a navigation menu](/support/edu/drupal/add-node-to-menu/), comment settings, or [assign a preview of the content to the front page](/support/edu/drupal/promote-content/).
