Hello.
Trying to make the image appear within its node teaser in front page for all nodes of a custom content type. I've searched and found quite a few threads (in this forum and Stack Overflow) but the closer I got was getting the URI to the image folder (not even to the image.

I guess I'd have to edit my 'node-contenttypename.html.twig' but not sure if any other file should be affected.

I found this: https://www.drupal.org/node/2408015#comment-10887832 but solution by Jeff Burnz doesn't bring the image up and he's probably answering a different question.

Then it comes how to make the image only show in teaser In full node view the image already shows as-per content type configuration.

TIA,
hip

Comments

Jaypan’s picture

You need to go to the the manage display tab on the content type edit section, and drag the image into the visible section.

hip’s picture

Thank you Jay Pan but 'image' is already in visible section (not under disabled). That's why it appears in full node view, I guess. Not in thread view though. :-(

Jaypan’s picture

You need to click on the teaser view.

hip’s picture

I may be missing something (or at wrong admin page)
Please check screenshot https://postimg.org/image/75cwkcf8z/

Thanx again

hip’s picture

Sorry, I got it!
I couldn't see the link to the custom teaser view. It is at 'mysite/admin/structure/types/manage/custom-content-type-neme/display/teaser'

Thank you Jaypan!!!