<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Making a blog topic list for a specific blog in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Making-a-blog-topic-list-for-a-specific-blog/m-p/316483#M15161</link>
    <description>&lt;P&gt;Stephanie,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've swapped the code to use the current example&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{% set my_tags = blog_tags('993703657', 250) %}&lt;BR /&gt;&amp;lt;ul&amp;gt;&lt;BR /&gt;{% for item in my_tags|sort(False, False, 'name') %}&lt;BR /&gt;&amp;lt;li&amp;gt;&amp;lt;a href="{{ blog_tag_url(group.id, item.slug) }}"&amp;gt;{{ item }}&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt;{% endfor %}&lt;BR /&gt;&amp;lt;/ul&amp;gt;&lt;/PRE&gt;&lt;P&gt;But it's still showing content from the default blog. Even using the pure vanilla blog listing topic code given as an example for blog_tags (which doesn't have the third to last line modified) shows the same problem.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Feb 2020 02:56:57 GMT</pubDate>
    <dc:creator>Jmc123</dc:creator>
    <dc:date>2020-02-04T02:56:57Z</dc:date>
  </channel>
</rss>

