is it possible to display one thumbnail in teaser from multiple images?

trying to do a gallery with only one image showing in the teaser list.

wondering if possible from a single imagefield?

i suppose it could be done with 2 imagefields and setting display, but I was hoping from one field.

any help would be great.

Comments

pacome’s picture

Sub !
I would also love to see such a feature !

quicksketch’s picture

You could also try using Views Attach to attach a single image to the node though a View that only shows the first image, then hide the normal display of images entirely. Otherwise you might just want to do some custom theming.

playground21’s picture

Did you ever manage to show just the first image in the teaser? I'm trying to do the same thing.

Thank you

quicksketch’s picture

Status: Active » Fixed

You can easily print out just the first image by doing some theming: <?php print $field_image[0]['view']; ?> in your node.tpl.php files. I'm marking this issue fixed (to be closed shortly), because support on theming isn't provided in the ImageField queue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

joe huggans’s picture

What about creating an extra field in your content type called front image, then another field called images which accepts multiple images