CMS Development

Draqos
Participant

Author_data: "Posted in <Blogs>" not "Posted in <topics>"

SOLVE

Hello everyone,

 

I have a question regarding the posts header > author_data. I've tried to search and find in documentation an solution that solve that, but yet, no success. 


I run multiple (multi-language & multi-solutions) blogs and want to add in the post(s) author_data "Posted in <BLOG>" instead of "Posted in <TOPICS>".

 

Example, what i have now: "Posted by <AUTHOR> in <TOPICS> on <DATE>"

 

Is there any solution?


Thank you very much in advance,

Draqos

0 Upvotes
1 Accepted solution
Draqos
Solution
Participant

Author_data: "Posted in <Blogs>" not "Posted in <topics>"

SOLVE

Thanks for your feedback Anthony.

 

Here is what I do by myself and it seems that works:

 in <a href="{{ post.parent_blog.absolute_url }}">{{ post.parent_blog.public_title }}</a>

View solution in original post

0 Upvotes
3 Replies 3
anthonypizzurro
HubSpot Product Team
HubSpot Product Team

Author_data: "Posted in <Blogs>" not "Posted in <topics>"

SOLVE

Hi Draqos, 

 

You might be able to accomplish this by editing your template and replacing {{ content.topic_list }} with {{ group.public_title }}.

 

This would replace the list of topics associated with a post with the name of the blog.

 

I hope that helps,

Anthony

0 Upvotes
Draqos
Solution
Participant

Author_data: "Posted in <Blogs>" not "Posted in <topics>"

SOLVE

Thanks for your feedback Anthony.

 

Here is what I do by myself and it seems that works:

 in <a href="{{ post.parent_blog.absolute_url }}">{{ post.parent_blog.public_title }}</a>
0 Upvotes
anthonypizzurro
HubSpot Product Team
HubSpot Product Team

Author_data: "Posted in <Blogs>" not "Posted in <topics>"

SOLVE

Perfect! Glad you got that sorted.

 

-Anthony

0 Upvotes