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 · 617 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 Slebeig, 3 weeks ago
1 201 3 weeks ago
Plugins · by Rene, 1 month ago
2 367 1 month ago
Plugins · by Xavier, 2 months ago
2 289 2 months ago
Plugins · by Luka Prinčič, 7 years ago
3 1496 2 months ago
Plugins · by Sebastian van de Meer, 2 months ago
1 408 2 months ago