<?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 list page as tabs with categories on each tab in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Blog-list-page-as-tabs-with-categories-on-each-tab/m-p/305735#M14526</link>
    <description>&lt;P&gt;Thanks! That worked!&lt;/P&gt;</description>
    <pubDate>Thu, 05 Dec 2019 02:41:56 GMT</pubDate>
    <dc:creator>JosefinaT</dc:creator>
    <dc:date>2019-12-05T02:41:56Z</dc:date>
    <item>
      <title>Blog list page as tabs with categories on each tab</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-list-page-as-tabs-with-categories-on-each-tab/m-p/305667#M14522</link>
      <description>&lt;P&gt;I need to create a tabbed menu for the blog listing page with each tab pulling in different blog categories.&lt;/P&gt;&lt;P&gt;Something similar to this:&amp;nbsp;&lt;A href="https://www.w3schools.com/howto/howto_js_tabs.asp" target="_blank"&gt;https://www.w3schools.com/howto/howto_js_tabs.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or this image below may help as well. Are there examples online for this?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-12-04 at 10.42.04 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/21937i860D8B12A7FC521D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2019-12-04 at 10.42.04 AM.png" alt="Screen Shot 2019-12-04 at 10.42.04 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 19:09:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-list-page-as-tabs-with-categories-on-each-tab/m-p/305667#M14522</guid>
      <dc:creator>JosefinaT</dc:creator>
      <dc:date>2019-12-04T19:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Blog list page as tabs with categories on each tab</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-list-page-as-tabs-with-categories-on-each-tab/m-p/305733#M14525</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/112605"&gt;@JosefinaT&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use this code to create one menu of tags in my blog HubSpot:&lt;/P&gt;
&lt;PRE&gt;{% set my_topics = blog_topics('default', 250) %}
&amp;lt;ul&amp;gt;
{% for item in my_topics %}
&amp;lt;li&amp;gt;&amp;lt;a href="{{ blog_tag_url(group.id, item.slug) }}"&amp;gt;{{ item }}&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
{% endfor %}
&amp;lt;/ul&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Look the result &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;without&lt;/STRONG&gt; &lt;/FONT&gt;CSS:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="preview.PNG" style="width: 288px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/21945iCD72C70C077CFFE8/image-size/large?v=v2&amp;amp;px=999" role="button" title="preview.PNG" alt="preview.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, u can create the style to configure&amp;nbsp;the layout you need.&amp;nbsp;&amp;nbsp;Look how the code above stayed, after i configure the CSS in one template that i created:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="my-blog.PNG" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/21946i4393B1171F9C6DC3/image-size/large?v=v2&amp;amp;px=999" role="button" title="my-blog.PNG" alt="my-blog.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did this post help solve your problem? If so, please mark it as a solution.&lt;/P&gt;
&lt;P&gt;Best regards! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 02:16:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-list-page-as-tabs-with-categories-on-each-tab/m-p/305733#M14525</guid>
      <dc:creator>DanielSanchez</dc:creator>
      <dc:date>2019-12-05T02:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Blog list page as tabs with categories on each tab</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-list-page-as-tabs-with-categories-on-each-tab/m-p/305735#M14526</link>
      <description>&lt;P&gt;Thanks! That worked!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 02:41:56 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-list-page-as-tabs-with-categories-on-each-tab/m-p/305735#M14526</guid>
      <dc:creator>JosefinaT</dc:creator>
      <dc:date>2019-12-05T02:41:56Z</dc:date>
    </item>
  </channel>
</rss>

