<?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: Creating a workflow email pulling blog posts by tag in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Creating-a-workflow-email-pulling-blog-posts-by-tag/m-p/203269#M7812</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/53124"&gt;@egleeson&lt;/a&gt;&amp;nbsp;could you please send a link to the live preview of the email and the blog you are using?&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/3688"&gt;@Jsum&lt;/a&gt;&amp;nbsp;do you have any expertise in this area and/or can you recommend anyone in the Community who can help?&lt;/P&gt;</description>
    <pubDate>Thu, 23 Aug 2018 10:53:33 GMT</pubDate>
    <dc:creator>roisinkirby</dc:creator>
    <dc:date>2018-08-23T10:53:33Z</dc:date>
    <item>
      <title>Creating a workflow email pulling blog posts by tag</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Creating-a-workflow-email-pulling-blog-posts-by-tag/m-p/203108#M7789</link>
      <description>&lt;P&gt;Hello! I'm at my wits end trying to create an email for a workflow pulling the newest blog posts with a specific tag. I can pull recent posts,&amp;nbsp;but whenever I re-code it to pull by tag, it breaks all the formatting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can't do an RSS&amp;nbsp;email for the RSS feed because it can't be saved for automation and used in workflows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's my code. The tag is "technical resources". Any help/guidance is MUCH appreciated!&lt;/P&gt;&lt;P&gt;{% set rec_posts = blog_recent_posts('4580349396', 2, tags="technical resources") %}&lt;BR /&gt;{% for rec_post in rec_posts %}&lt;BR /&gt;&amp;lt;div class="post-box"&amp;gt;&lt;BR /&gt;&amp;lt;img style="width:100% !important; max-width:100% !important; height:auto !important " src="{{ rec_post.featured_image }}" alt="post-image"&amp;gt;&lt;BR /&gt;&amp;lt;br&amp;gt;&lt;BR /&gt;&amp;lt;br&amp;gt;&lt;BR /&gt;&amp;lt;div class="post-content" style="padding-top:15px !important; padding-bottom:25px !important; padding:15px 20px 25px !important; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif"&amp;gt;&lt;BR /&gt;&amp;lt;h2 style="font-family:Arial, Helvetica, sans-serif !important; width:100% !important; font-weight:700 !important; color:#555555 !important; line-height:24px !important; font-size:22px !important; margin:0 !important; padding:5px 0 15px !important;" class="post-title"&amp;gt;{{ rec_post.name }}&amp;lt;/h2&amp;gt;&lt;BR /&gt;&amp;lt;div class="post-cbyline" style="font-family: Arial, Helvetica, sans-serif; color:#555555 !important"&amp;gt;&lt;BR /&gt;by &amp;lt;a class="author-link" style="text-decoration:none; color:#555555;" href="{{ group.absolute_url }}/author/{{ rec_post.blog_post_author.slug }}"&amp;gt;{{ rec_post.blog_post_author.display_name }}&amp;lt;/a&amp;gt;, {{ rec_post.publish_date|datetimeformat('%m/%e/%Y') }}&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt; {{ rec_post.post_list_content }} &amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;div class="post-link" style="text-align:center"&amp;gt;&lt;BR /&gt;&amp;lt;a class="more-link" style=" font-family: Arial, Helvetica, sans-serif !important; background:#0066ff !important; min-width:148px !important; height:40px !important; border-radius:5px !important; line-height:40px !important; text-align:center !important; color:#fff !important; text-transform:uppercase !important; font-weight:700 !important; margin-top:20px !important; display:inline-block !important; text-decoration:none !important; float:none !important; margin-bottom:0 !important; " href="{{rec_post.absolute_url }}"&amp;gt;&amp;lt;span style="color:#fff !important;" &amp;gt;Read More&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;{% endfor %}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 18:46:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Creating-a-workflow-email-pulling-blog-posts-by-tag/m-p/203108#M7789</guid>
      <dc:creator>egleeson</dc:creator>
      <dc:date>2018-08-22T18:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a workflow email pulling blog posts by tag</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Creating-a-workflow-email-pulling-blog-posts-by-tag/m-p/203269#M7812</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/53124"&gt;@egleeson&lt;/a&gt;&amp;nbsp;could you please send a link to the live preview of the email and the blog you are using?&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/3688"&gt;@Jsum&lt;/a&gt;&amp;nbsp;do you have any expertise in this area and/or can you recommend anyone in the Community who can help?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 10:53:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Creating-a-workflow-email-pulling-blog-posts-by-tag/m-p/203269#M7812</guid>
      <dc:creator>roisinkirby</dc:creator>
      <dc:date>2018-08-23T10:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a workflow email pulling blog posts by tag</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Creating-a-workflow-email-pulling-blog-posts-by-tag/m-p/203420#M7846</link>
      <description>&lt;P&gt;Yes&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/4"&gt;@roisinkirby&lt;/a&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Email live preview is here:&amp;nbsp;&lt;A href="https://app.hubspot.com/design-previewer/3996476/templates/6086093990" target="_blank"&gt;https://app.hubspot.com/design-previewer/3996476/templates/6086093990&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Blog (on the relevant tag) is here:&amp;nbsp;&lt;A href="https://www.ballsystems.com/blog/tag/technical-resources" target="_blank"&gt;https://www.ballsystems.com/blog/tag/technical-resources&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 17:49:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Creating-a-workflow-email-pulling-blog-posts-by-tag/m-p/203420#M7846</guid>
      <dc:creator>egleeson</dc:creator>
      <dc:date>2018-08-23T17:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a workflow email pulling blog posts by tag</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Creating-a-workflow-email-pulling-blog-posts-by-tag/m-p/203648#M7887</link>
      <description>&lt;P&gt;Thanks for the help! I got a solution to this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{% set rec_posts = blog_recent_topic_posts('4580349396', 'technical-resources', 2) %}&lt;/PRE&gt;</description>
      <pubDate>Fri, 24 Aug 2018 17:50:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Creating-a-workflow-email-pulling-blog-posts-by-tag/m-p/203648#M7887</guid>
      <dc:creator>egleeson</dc:creator>
      <dc:date>2018-08-24T17:50:41Z</dc:date>
    </item>
  </channel>
</rss>

