Y
Y
yuriytkachenko2020-05-24 23:24:54
Drupal
yuriytkachenko, 2020-05-24 23:24:54

What is the best way to create a page in Drupal8 so that later you can add posts like this with images?

I have a Home page on my Drupal site (the one that is created after installing Drupal), but I still need to create this page:
5ecad57077721089639322.png

What is the best way to create a page so that later I can add posts like this with images?

I'm just starting to learn Drupal and have heard so far about the following ways to create pages:
1) in the admin toolbar: Content / Add Content / Article
2) in the admin toolbar: Content / Add Content / Basic page
3) in the admin toolbar: Structure / Views / Add Views

Which one should I use? Or maybe there is some other option that I don't know about?

PS So far, I'm interested in how to create an empty page on which you can then add posts, but adding the posts themselves is another matter.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
archelon, 2020-05-25
@yuriytkachenko

The basic schema looks like this:

1) in admin toolbar: Content / Add Content / Article

Here you create articles: title, picture, text, category - these fields are already enabled by default.
3) in admin toolbar: Structure / Views / Add Views

Create a view (view), in which you configure the output of content of the article type.
It's usually best to customize the output of individual fields. Use css to theme the result.
View can be a page with its own url or a block that can be displayed in an arbitrary region on the desired pages.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question