<?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 Blog topic suppression in Blog, Website &amp; Page Publishing</title>
    <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/Blog-topic-suppression/m-p/5152#M87</link>
    <description>&lt;P&gt;I am trying to figure out if there is a way to suppress a blog topic from appearing on the homepage of my blog. So, anytime I submit a blog post in that particular category it does not show up on the most recent blog posts. Is this possible?&lt;/P&gt;</description>
    <pubDate>Mon, 20 Mar 2017 11:12:58 GMT</pubDate>
    <dc:creator>jaala</dc:creator>
    <dc:date>2017-03-20T11:12:58Z</dc:date>
    <item>
      <title>Blog topic suppression</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/Blog-topic-suppression/m-p/5152#M87</link>
      <description>&lt;P&gt;I am trying to figure out if there is a way to suppress a blog topic from appearing on the homepage of my blog. So, anytime I submit a blog post in that particular category it does not show up on the most recent blog posts. Is this possible?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 11:12:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/Blog-topic-suppression/m-p/5152#M87</guid>
      <dc:creator>jaala</dc:creator>
      <dc:date>2017-03-20T11:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Blog topic suppression</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/Blog-topic-suppression/m-p/17511#M103</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/2881"&gt;@jaala&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is really late so maybe won't be helpful but in your blog listing mark you have a for loop:&lt;/P&gt;&lt;PRE&gt;{% for content in contents %}

{% endfor %}&lt;/PRE&gt;&lt;P&gt;This where each of your blog posts on your listing page are created. You can add an unless statement to check if the blog has your topic.&lt;/P&gt;&lt;PRE&gt;{% for content in contents %}
    {% unless 'topic-to-hide' in content.topic_list|map('name') %}

       {# blog item markup #}

    {% unless %}
{% endfor %}&lt;/PRE&gt;&lt;P&gt;Now the blog for loop will put out all blogs&amp;nbsp;&lt;STRONG&gt;unless&amp;nbsp;&lt;/STRONG&gt;the topic is the topic set in the if statement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 20:06:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/Blog-topic-suppression/m-p/17511#M103</guid>
      <dc:creator>Jsum</dc:creator>
      <dc:date>2017-06-02T20:06:46Z</dc:date>
    </item>
  </channel>
</rss>

