Thanks for the response JK. But i have the following code,import com.adobe.cq.social.blog.Blog; import com.adobe.cq.social.blog.BlogEntry; import com.adobe.cq.social.blog.BlogManager; import java.util.Iterator; BlogManager blogMgr = resource.getResourceResolver().adaptTo(BlogManager.class); Blog...