Myko_P - Yes, you can fetch the messages from all the community blogs by using the below query:
<#assign messageId = rest("2.0","/search?q=" + "SELECT id FROM messages WHERE conversation.style='blog' AND depth = 0 ORDER BY post_time DESC LIMIT 3"?url).data.items />
Thanks