<?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 listing based on Tag in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Blog-listing-based-on-Tag/m-p/191472#M6131</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/54367"&gt;@benji_thecroc&lt;/a&gt;&amp;nbsp;thanks for your question!&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/366"&gt;@ndwilliams3&lt;/a&gt;&amp;nbsp;is this something you have any experience with?&lt;/P&gt;</description>
    <pubDate>Fri, 25 May 2018 12:44:16 GMT</pubDate>
    <dc:creator>roisinkirby</dc:creator>
    <dc:date>2018-05-25T12:44:16Z</dc:date>
    <item>
      <title>Blog listing based on Tag</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-listing-based-on-Tag/m-p/190302#M6030</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to setup five blog listing pages. Each page needs to pull blogs with a specific tag. In terms of structure we will have the most recent blog post seperate from the listing at the top of the page and then have the next six blogs underneath with pagination. This page has some indicators but it's not completely what I'm trying to implement - &lt;A href="https://designers.hubspot.com/docs/hubl/blog-content-markup" target="_blank"&gt;https://designers.hubspot.com/docs/hubl/blog-content-markup&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Being new to HubL I'm not entirely sure how to execute this using the HubL language. If anyone can set me on the right direction. I guess I need a query to find most recent post and then a loop dictated by a specific tag and excluding the most recent post (worst comes to worst I can just 'display:none' the very first post in the loop via css)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 08:49:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-listing-based-on-Tag/m-p/190302#M6030</guid>
      <dc:creator>benji_thecroc</dc:creator>
      <dc:date>2018-05-17T08:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Blog listing based on Tag</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-listing-based-on-Tag/m-p/191472#M6131</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/54367"&gt;@benji_thecroc&lt;/a&gt;&amp;nbsp;thanks for your question!&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/366"&gt;@ndwilliams3&lt;/a&gt;&amp;nbsp;is this something you have any experience with?&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2018 12:44:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-listing-based-on-Tag/m-p/191472#M6131</guid>
      <dc:creator>roisinkirby</dc:creator>
      <dc:date>2018-05-25T12:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Blog listing based on Tag</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-listing-based-on-Tag/m-p/191509#M6134</link>
      <description>&lt;P&gt;Check out this function.&lt;/P&gt;&lt;P&gt;&lt;A href="https://designers.hubspot.com/en/docs/hubl/hubl-supported-functions#blog-recent-topic-posts" target="_self"&gt;https://designers.hubspot.com/en/docs/hubl/hubl-supported-functions#blog-recent-topic-posts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, here's a tutorial that is similar to what you are trying to do.&lt;/P&gt;&lt;P&gt;&lt;A href="https://designers.hubspot.com/tutorials/creating-a-related-post-section-with-hubl" target="_self"&gt;https://designers.hubspot.com/tutorials/creating-a-related-post-section-with-hubl&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2018 15:30:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-listing-based-on-Tag/m-p/191509#M6134</guid>
      <dc:creator>ndwilliams3</dc:creator>
      <dc:date>2018-05-25T15:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Blog listing based on Tag</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-listing-based-on-Tag/m-p/191511#M6135</link>
      <description>&lt;P&gt;to exclude the first listing, just use an if statement with the&amp;nbsp;&lt;SPAN&gt;loop.first or loop.index parameter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://designers.hubspot.com/docs/hubl/for-loops" target="_self"&gt;https://designers.hubspot.com/docs/hubl/for-loops&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2018 15:43:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-listing-based-on-Tag/m-p/191511#M6135</guid>
      <dc:creator>ndwilliams3</dc:creator>
      <dc:date>2018-05-25T15:43:27Z</dc:date>
    </item>
  </channel>
</rss>

