CMS Development

LapLabs
Participant

Show Blog Title in Landing Page

SOLVE

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!

0 Upvotes
1 Accepted solution
DaniellePeters
Solution
Top Contributor

Show Blog Title in Landing Page

SOLVE

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

{{ post.parent_blog.name }}

View solution in original post

1 Reply 1
DaniellePeters
Solution
Top Contributor

Show Blog Title in Landing Page

SOLVE

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

{{ post.parent_blog.name }}