CMS Development

Draqos
Participante

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

resolver

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 Me gusta
1 Soluciones aceptada
Draqos
Solución
Participante

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

resolver

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>

Ver la solución en mensaje original publicado

0 Me gusta
3 Respuestas 3
anthonypizzurro
Equipo de producto de HubSpot
Equipo de producto de HubSpot

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

resolver

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 Me gusta
Draqos
Solución
Participante

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

resolver

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 Me gusta
anthonypizzurro
Equipo de producto de HubSpot
Equipo de producto de HubSpot

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

resolver

Perfect! Glad you got that sorted.

 

-Anthony

0 Me gusta