Display Image and short description on blog post

Permalink 1 user found helpful
I have a site, build with Concrete5 with blog.

I need to show the image added in content and short description on the posts with the link to the full post as Read full Post.

Is there is way i can implement this on my blog.

Any hep would be appreciated.

Thanks in advance

 
madeforspace replied on at Permalink Reply
madeforspace
You could set most of that up in Composer.
The page list block will pull the short description I think.
You can create an attribute for a Thumbnail and add it to the page attribute for a Composer page (your blog).

Have a look at this and see how you get on:
http://www.concrete5.org/documentation/using-concrete5/dashboard/co...
Samirraut34 replied on at Permalink Reply
Thanks for the reply.

I have now added an image /file attribute to the composer. Also added one image for the post.

Now how can i show the image in my post with a short description of the content?

Thanks
madeforspace replied on at Permalink Reply
madeforspace
You could create a custom template for the page list block and add the thumbnail attribute to that. It will pull the same image you add via Composers thumbnail attribute.
You would then be able to add text to your page description and set the page list block to truncate after x amount of characters and that will show the text and thumbnail in the page list.
Samirraut34 replied on at Permalink Reply
Thanks for your reply
madeforspace replied on at Permalink Reply
madeforspace
Did it work???
Samirraut34 replied on at Permalink Reply
Yes it did. Thanks