Thumbnail for Blog post

Posted by Community Admin on 03-Aug-2018 08:11

Thumbnail for Blog post

All Replies

Posted by Community Admin on 16-Dec-2011 00:00

Hi,

I am using Sitefinity4.3.
I have added the thumbnail selector in "blog".now I want to display the thumbnail images while listing the blog posts.I am using "Blog Post" to list blog posts.How can I add thumbnail here ?
I tried editing the template and inserting thumbnail from "Insert.." option.But it shows only the Unique Id.

How can I display the thumbnails together with blog post list ?

Posted by Community Admin on 20-Dec-2011 00:00

Hi Rakesh,

You can try the following code in the widget template:

Reference -

<%@ Register TagPrefix="thm" Namespace="Telerik.Sitefinity.Samples" Assembly="ThumbnailSelectorField" %>

The reference is related to the thumbnail selector, that is created by following the blogpost by Slavo. If you have another namespace please make sure to change the reference accordingly.

Thumbnail code -

<thm:SimpleImageField  runat= "server" ID="alabala" DisplayMode = "Read" Value='<%# Eval("Thumbnail")%>' > </thm:SimpleImageField>

Best wishes,
Victor Velev
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed