Drupal content type with image and title

I am having trouble creating a content type with image and name. I need to create a content type with multiple images and titles. The result is photos of many people named above the photos. How can i solve this?

enter image description here

+3
source share
2 answers

Firstly, a great example image :)

But what I think you need to do is have 1 type of content with 2 fields - Title and Image. Lets call this type of content "people."

Each person must be created separately as a different node.

Then you can use the viewer to show all people on one page.

, , .

- node, . , . , node .

enter image description here

+2

, , . , , . .

0

All Articles