CMS Development

karensantana
Mitglied

How to retrieve the list of topics using blog's RSS.

Hello,

 

I'm trying to make a select filter with categories in my page in order to retrieve blog post related to the topic selected. Is there a way to retrieve the list of topics of my blog using its RSS data?

 

I appreciate your help!

0 Upvotes
2 Antworten
AJLaPorte_diagr
Autorität

How to retrieve the list of topics using blog's RSS.

Hi @karensantana,

 

Have you tried using the Blog Related Posts tag in HubSpot? 

https://designers.hubspot.com/docs/hubl/hubl-supported-tags#blog-related-posts

 

You should be able to do this using this tag in a custom module and using a "tag" selector field. Your end code in the Custom Modules would look like this:

 

{% related_blog_posts limit=3, tags="{{ module.tag_field }}" %}

-AJ

------------------------
AJ LaPorte
www.wsol.com

 

 

 

karensantana
Mitglied

How to retrieve the list of topics using blog's RSS.

I'm trying to sort the blog post using RSS in an external website (Not Hubspot). So i need a way to retrieve Blog's topics list. 

 

Thanks!

0 Upvotes