Does anyone know if there is a way to access blog posts in a custom web part using SharePoint 2013? I've accessed a list like this:
SPSite site = new SPSite("http://site/sites/publish/Lists");
SPWeb web = site.OpenWeb();
SPList list = web.Lists["Research Publications"];
but I don't see a SPBlog or similar object for blogs.