<?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: Blog Post Listing Fix in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Blog-Post-Listing-Fix/m-p/333821#M16284</link>
    <description>&lt;P&gt;Sharon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes I would appreciate any help you can give.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ben S.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Apr 2020 14:10:24 GMT</pubDate>
    <dc:creator>bstock98</dc:creator>
    <dc:date>2020-04-23T14:10:24Z</dc:date>
    <item>
      <title>Blog Post Listing Fix</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-Post-Listing-Fix/m-p/331490#M16185</link>
      <description>&lt;P&gt;Hey Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a blog post listing module that I am trying to change the display with. Currently it is trying to display each listing in a collumn within one row. I'd rather it display each listing in a row of its own, but I cannot seem to figure out how to do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below are the HTML and CSS for the module. If you are able to show me which sections need altering in order to make this change, I would greatly appreciate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTML:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;{% set blog_selector = blog_by_id(module.select_blog) %}&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;{% if module.filter == 'id_only' %}&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;{% set blogPosts = blog_recent_posts(module.blog_id, 3) %}&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;{% else %}&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;{% set blogPosts = blog_recent_tag_posts(module.blog_id, module.tag, 3) %}&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;{% endif %}&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&amp;lt;div class="news-listing"&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&amp;lt;div class="news-listing__header"&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;{% icon&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;extra_classes='news-listing__header-icon',&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;name='newspaper',&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;purpose='decorative',&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;style='SOLID',&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;%}&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&amp;lt;h3&amp;gt;{{ module.title_text }}&amp;lt;/h3&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&amp;lt;a href="{{ blog_selector.absolute_url }}"&amp;gt;{{ module.button_text }}&amp;lt;/a&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&amp;lt;/div&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&amp;lt;div class="news-listing__body"&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;{% for post in blogPosts %}&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&amp;lt;div class="news-listing__entry"&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&amp;lt;div class="news-listing__entry-row"&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;{% icon&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;name='calendar',&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;purpose='decorative',&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;extra_classes='news-listing__entry-icon'&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;%}&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&amp;lt;h6 class="news-listing__entry-date"&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;{{ post.publish_date_localized }}&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&amp;lt;/h6&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&amp;lt;/div&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&amp;lt;h4&amp;gt;{{ post.title }}&amp;lt;/h4&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&amp;lt;div class="news-listing__entry-row news-listing__entry-row--author"&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;{{ post.author_name }}&amp;amp;nbsp;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;amp;nbsp;Author&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&amp;lt;/div&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&amp;lt;div class="news-listing__entry-summary"&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;{{ post.post_list_content|safe|truncatehtml(300, '...', false) }}&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&amp;lt;/div&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&amp;lt;a href="{{ post.absolute_url }}"&amp;gt;Read more&amp;lt;/a&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&amp;lt;/div&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;{% endfor %}&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&amp;lt;/div&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;&amp;lt;/div&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;CSS:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.news-listing {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;background-color: #FFF;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;border: 1px solid #CCC;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.news-listing__header {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-webkit-box-align: center;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-ms-flex-align: center;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;align-items: center;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;border-bottom: 1px solid #CCC;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;display: -webkit-box;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;display: -ms-flexbox;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;display: flex;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;padding: 2rem;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.news-listing__header h3 {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;margin: 0;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.news-listing__header-icon &amp;gt; svg {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;fill: #ff8210;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;margin-right: 0.5rem;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;width: 2rem;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.news-listing__header a {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;margin-left: auto;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.news-listing__body {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;display: -webkit-box;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;display: -ms-flexbox;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;display: flex;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;padding: 2rem;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.news-listing__entry {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;display: -webkit-box;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;display: -ms-flexbox;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;display: flex;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-webkit-box-orient: vertical;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-webkit-box-direction: normal;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-ms-flex-direction: column;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;flex-direction: column;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;margin: 1rem 0;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;width: 100%;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.news-listing__entry-row {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;display: -webkit-box;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;display: -ms-flexbox;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;display: flex;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-webkit-box-orient: horizontal;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-webkit-box-direction: normal;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-ms-flex-direction: row;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;flex-direction: row;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.news-listing__entry-icon &amp;gt; svg {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;width: 1rem;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;margin-right: 0.5rem;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&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;&lt;P&gt;Thank you for all your help,&lt;/P&gt;&lt;P&gt;Ben S.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 00:33:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-Post-Listing-Fix/m-p/331490#M16185</guid>
      <dc:creator>bstock98</dc:creator>
      <dc:date>2020-04-15T00:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Blog Post Listing Fix</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-Post-Listing-Fix/m-p/333690#M16269</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/66997"&gt;@bstock98&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Apologies for the delayed answer. Do you still need help with this matter? &amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sharon&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 09:13:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-Post-Listing-Fix/m-p/333690#M16269</guid>
      <dc:creator>sharonlicari</dc:creator>
      <dc:date>2020-04-23T09:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Blog Post Listing Fix</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-Post-Listing-Fix/m-p/333821#M16284</link>
      <description>&lt;P&gt;Sharon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes I would appreciate any help you can give.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ben S.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 14:10:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-Post-Listing-Fix/m-p/333821#M16284</guid>
      <dc:creator>bstock98</dc:creator>
      <dc:date>2020-04-23T14:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Blog Post Listing Fix</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-Post-Listing-Fix/m-p/333846#M16286</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/66997"&gt;@bstock98&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your prompt response!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll tag a few of our experts that can help you with this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/91608"&gt;@alyssamwilie&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/67318"&gt;@david_eic&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/19908"&gt;@ajchapman20&lt;/a&gt;&amp;nbsp;could you please share your thoughts with&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/66997"&gt;@bstock98&lt;/a&gt;&amp;nbsp;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you &amp;amp; Stay Safe&lt;/P&gt;
&lt;P&gt;Sharon&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 15:06:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-Post-Listing-Fix/m-p/333846#M16286</guid>
      <dc:creator>sharonlicari</dc:creator>
      <dc:date>2020-04-23T15:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Blog Post Listing Fix</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-Post-Listing-Fix/m-p/333851#M16288</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/66997"&gt;@bstock98&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you want each post to show on it's own row you'll want to remove the display: flex from your &lt;SPAN&gt;news-listing__body -&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;.news-listing {
background-color: #FFF;
border: 1px solid #CCC;
}

.news-listing__header {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #CCC;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 2rem;
}

.news-listing__header h3 {
margin: 0;
}

.news-listing__header-icon &amp;gt; svg {
fill: #ff8210;
margin-right: 0.5rem;
width: 2rem;
}

.news-listing__header a {
margin-left: auto;
}

.news-listing__body {
padding: 2rem;
}

.news-listing__entry {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 1rem 0;
width: 100%;
}

.news-listing__entry-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}

.news-listing__entry-icon &amp;gt; svg {
width: 1rem;
margin-right: 0.5rem;
}&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 15:13:05 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-Post-Listing-Fix/m-p/333851#M16288</guid>
      <dc:creator>alyssamwilie</dc:creator>
      <dc:date>2020-04-23T15:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Blog Post Listing Fix</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-Post-Listing-Fix/m-p/333870#M16289</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/21301"&gt;@sharonlicari&lt;/a&gt; and &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/91608"&gt;@alyssamwilie&lt;/a&gt; !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That worked like a charm. I appreciate your help.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 15:39:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-Post-Listing-Fix/m-p/333870#M16289</guid>
      <dc:creator>bstock98</dc:creator>
      <dc:date>2020-04-23T15:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Blog Post Listing Fix</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-Post-Listing-Fix/m-p/424583#M22144</link>
      <description>&lt;P&gt;I assume the fastest, easiest option would be to build a international custom repeater module with a view to permit you to upload and get rid of classes as you &lt;A href="https://vloggingsetup.com/best-point-and-shoot-camera-under-400/" target="_blank" rel="noopener"&gt;see&lt;/A&gt; suit. I see you already positioned display&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 03:35:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-Post-Listing-Fix/m-p/424583#M22144</guid>
      <dc:creator>SSherph3</dc:creator>
      <dc:date>2021-04-06T03:35:23Z</dc:date>
    </item>
  </channel>
</rss>

