Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

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

Started by Joachim Kasper 9 years ago · 1 replies · 711 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 complanar, 2 weeks ago
2 247 3 days ago
Plugins · by Vladimir Novak, 1 month ago
3 594 1 month ago
Plugins · by Mathieu Lecouturier, 2 months ago
3 412 2 months ago
Plugins · by Slebeig, 2 months ago
1 529 2 months ago
Plugins · by Rene, 3 months ago
2 724 3 months ago