Show Blog Title in Landing Page

Hi all.

I follow this Combining multiple sets of blog posts into a single listing to getting blog posts from multiple blogs.

However, I wanna to display the blog title for each blog post.

Using below variables is not work

{{ group.public_title }}

Anyone can help? Thanks a lot!

Try this variable (assuming you are iterating over each “post” in “all_posts”)

{{ post.parent_blog.name }}