<?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 How can I exclude an article manually from weekly notification mail? in Blog, Website &amp; Page Publishing</title>
    <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/How-can-I-exclude-an-article-manually-from-weekly-notification/m-p/10304#M34</link>
    <description>&lt;P&gt;Is there a possibility to exclude an article, which was published since the last weekly notification mail, from the notification mail this week? If there is no official feature, does anybody know a workaround?&lt;/P&gt;</description>
    <pubDate>Mon, 27 Mar 2017 08:01:57 GMT</pubDate>
    <dc:creator>Roger</dc:creator>
    <dc:date>2017-03-27T08:01:57Z</dc:date>
    <item>
      <title>How can I exclude an article manually from weekly notification mail?</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/How-can-I-exclude-an-article-manually-from-weekly-notification/m-p/10304#M34</link>
      <description>&lt;P&gt;Is there a possibility to exclude an article, which was published since the last weekly notification mail, from the notification mail this week? If there is no official feature, does anybody know a workaround?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 08:01:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/How-can-I-exclude-an-article-manually-from-weekly-notification/m-p/10304#M34</guid>
      <dc:creator>Roger</dc:creator>
      <dc:date>2017-03-27T08:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: How can I exclude an article manually from weekly notification mail?</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/How-can-I-exclude-an-article-manually-from-weekly-notification/m-p/10362#M35</link>
      <description>&lt;P&gt;There's no out of the box way to do that. However, you could try wrapping the Main Email Body of the email in&amp;nbsp;an "if" statement like this:&lt;/P&gt;&lt;PRE&gt;{% if post.title != [TITLE OF POST YOU WANT TO EXCLUDE] %}
{{post.title}}
{{post.author_line}}{{post.publish_date}}&lt;BR /&gt;
{{post.featured_image}}
{{post.summary}}
Read more »
{% endif %}&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 17:42:05 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/How-can-I-exclude-an-article-manually-from-weekly-notification/m-p/10362#M35</guid>
      <dc:creator>DaniellePeters</dc:creator>
      <dc:date>2017-03-27T17:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can I exclude an article manually from weekly notification mail?</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/How-can-I-exclude-an-article-manually-from-weekly-notification/m-p/10558#M37</link>
      <description>&lt;P&gt;Hi Danielle&lt;/P&gt;&lt;P&gt;Thank's for your reply. I was more thinking of something like a "flag" to the post, which indicates not to be added to the rss feed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 11:43:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/How-can-I-exclude-an-article-manually-from-weekly-notification/m-p/10558#M37</guid>
      <dc:creator>Roger</dc:creator>
      <dc:date>2017-03-29T11:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can I exclude an article manually from weekly notification mail?</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/How-can-I-exclude-an-article-manually-from-weekly-notification/m-p/10661#M38</link>
      <description>&lt;P&gt;There's no way to do that with the default weekly email because it pulls from the RSS feed. However, you could build a custom email&amp;nbsp;that uses the HubL function blog_recent_posts to print the articles. You could then place a hidden boolean module in your blog posts and use that value for the if statement logic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://designers.hubspot.com/en/docs/hubl/hubl-supported-functions#blog-recent-posts" target="_blank"&gt;http://designers.hubspot.com/en/docs/hubl/hubl-supported-functions#blog-recent-posts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://designers.hubspot.com/docs/hubl/hubl-supported-modules#boolean" target="_blank"&gt;http://designers.hubspot.com/docs/hubl/hubl-supported-modules#boolean&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 16:09:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/How-can-I-exclude-an-article-manually-from-weekly-notification/m-p/10661#M38</guid>
      <dc:creator>DaniellePeters</dc:creator>
      <dc:date>2017-03-30T16:09:40Z</dc:date>
    </item>
  </channel>
</rss>

