Latest news is an important part of any website for many businesses. They allow the business
Â
Â
Â
Â
Â
Â
Â
Â
Â
Â
Â
Â
Â
to engage with their customers and keep their employees updated. In this chapter, we will create a simple news website using Drupal 8 core functionality. This can also be used as a blog; we're just making it sound exciting and relatable.
This chapter will be a little more in depth in showing how the basic functionality of Drupal works; this will allow quicker development later throughout the book.
We will explore the following topics in the chapter:
- Creating a new content type
- Creating taxonomy terms and associating them to news posts
- Using custom views to display the listing and individual news pages
- Enabling a comment field to allow user comments
- Referencing...