user3099167
user3099167

Reputation: 1

how add image in RecentBlogPost widget, Orchard CMS

In Blog Post Content Type i have Media Library Picker Field named "BlogPostImage". In placement.info i add: <Match ContentType="BlogPost"> <Match DisplayType="Summary"> <Place Fields_MediaLibraryPicker="Content:1"/> </Match> </Match>

So picture show in summary page, i wanna that the same picture show in Recent Blog Widget. How do that?

Upvotes: 0

Views: 155

Answers (1)

Antoine Griffard
Antoine Griffard

Reputation: 1059

You have to override the shape template. In views\Parts.Blogs.RecentBlogPosts.cshtml

See example from this theme : https://bitbucket.org/psenechal/pjs.bootstrap a MediaPickerField called BlogPostImage is used in views\Content-BlogPost.Summary.cshtml

Upvotes: 1

Related Questions