Skip to content
Grav 2.0 is officially stable. Read the announcement →
Plugins

Sort attached images at blog posts for choosing a teaser picture thru admin plugin

Started by Joachim Kasper 9 years ago · 1 replies · 680 views
9 years ago

I have a blog node, with an attached image. this setting i use to show for the teaser listing.

when i add another one the latest uploaded image will be shown in the listing.

i like to choose which image will be used for the teaser.

maybe there is a plugin for my issue?

9 years ago

you probably just need to set something in the page header like:

TXT
featured_image: foo.jpg

Then in your Twig template for the blog display you could have:

TWIG
<div id="featured-image">
{{ page.media[page.header.featured_image].html() }}
</div>

{{ page.content() }}

This way you are pulling out the image you have selected as featured rather than just using the |first or whatever.

Suggested topics

Topic Participants Replies Views Activity
Plugins · by Vladimir Novak, 2 weeks ago
3 291 2 weeks ago
Plugins · by Mathieu Lecouturier, 3 weeks ago
3 277 3 weeks ago
Plugins · by Slebeig, 2 months ago
1 403 2 months ago
Plugins · by Rene, 2 months ago
2 574 2 months ago
Plugins · by Xavier, 3 months ago
2 490 3 months ago