<b:loop values='data:widgets.PopularPosts' var='PopularPosts'>
<data:PopularPosts.title/>
<data:PopularPosts.type/>
<data:PopularPosts.sectionId/>
<data:PopularPosts.id/>
<b:loop values='data:PopularPosts.posts' var='post'>
/* ===== here i want to add the picture of the related post and also i want to add the link of the related post ===== */
<data:post.title/>
/* ===== here i want to add the picture of the related post and also i want to add the link of the related post ===== */
</b:loop>
</b:loop>