<?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: Does HubSpot’s Blog Have a Category Function? in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Does-HubSpot-s-Blog-Have-a-Category-Function/m-p/1222097#M44482</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/749449"&gt;@TMisuna&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Correct, HubSpot does not have a separate "category" feature - it only has the "tags", which also does not have a hierarchy feature.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a section in the UI for managing tags but there isn't an option to allow editing the slugs.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;https://app.hubspot.com/blog/{YOUR_PORTAL_ID}/manage/tags&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking at the API docs, it also does not look like there is an option to set the slug for a tag:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developers.hubspot.com/docs/api-reference/cms-tags-v3/blog-tags/patch-cms-v3-blogs-tags-objectId" target="_blank"&gt;https://developers.hubspot.com/docs/api-reference/cms-tags-v3/blog-tags/patch-cms-v3-blogs-tags-objectId&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It might be something that is generated dynamically by the system&amp;nbsp;based on the name of the tag.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Nov 2025 15:19:10 GMT</pubDate>
    <dc:creator>evaldas</dc:creator>
    <dc:date>2025-11-10T15:19:10Z</dc:date>
    <item>
      <title>Does HubSpot’s Blog Have a Category Function?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Does-HubSpot-s-Blog-Have-a-Category-Function/m-p/1222044#M44479</link>
      <description>&lt;P&gt;I know that HubSpot’s blog has a “tag” feature, but does it also have “categories”?&lt;BR /&gt;In WordPress, there are two taxonomies: categories and tags, each with different hierarchy levels.&lt;BR /&gt;Is it correct to assume that HubSpot CMS simply doesn’t provide a category feature?&lt;/P&gt;&lt;P&gt;If categories don’t exist in HubSpot, that’s fine. I just want to confirm.&lt;/P&gt;&lt;P&gt;Also, when blog tags are written in Japanese, the slugs automatically become Japanese as well.&lt;BR /&gt;Is there any way to change or control these slugs?&lt;BR /&gt;If I’m using the Professional plan, is using the API the only workaround?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2025 13:27:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Does-HubSpot-s-Blog-Have-a-Category-Function/m-p/1222044#M44479</guid>
      <dc:creator>TMisuna</dc:creator>
      <dc:date>2025-11-10T13:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Does HubSpot’s Blog Have a Category Function?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Does-HubSpot-s-Blog-Have-a-Category-Function/m-p/1222097#M44482</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/749449"&gt;@TMisuna&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Correct, HubSpot does not have a separate "category" feature - it only has the "tags", which also does not have a hierarchy feature.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a section in the UI for managing tags but there isn't an option to allow editing the slugs.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;https://app.hubspot.com/blog/{YOUR_PORTAL_ID}/manage/tags&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking at the API docs, it also does not look like there is an option to set the slug for a tag:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developers.hubspot.com/docs/api-reference/cms-tags-v3/blog-tags/patch-cms-v3-blogs-tags-objectId" target="_blank"&gt;https://developers.hubspot.com/docs/api-reference/cms-tags-v3/blog-tags/patch-cms-v3-blogs-tags-objectId&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It might be something that is generated dynamically by the system&amp;nbsp;based on the name of the tag.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2025 15:19:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Does-HubSpot-s-Blog-Have-a-Category-Function/m-p/1222097#M44482</guid>
      <dc:creator>evaldas</dc:creator>
      <dc:date>2025-11-10T15:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Does HubSpot’s Blog Have a Category Function?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Does-HubSpot-s-Blog-Have-a-Category-Function/m-p/1222464#M44490</link>
      <description>&lt;P&gt;Thank you very much.&lt;BR /&gt;I understood it clearly, and I really appreciate your answer.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2025 12:01:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Does-HubSpot-s-Blog-Have-a-Category-Function/m-p/1222464#M44490</guid>
      <dc:creator>TMisuna</dc:creator>
      <dc:date>2025-11-11T12:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Does HubSpot’s Blog Have a Category Function?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Does-HubSpot-s-Blog-Have-a-Category-Function/m-p/1222469#M44493</link>
      <description>&lt;P&gt;Just to add, there are hacks you can use to replicate seperate taxonomies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your case you could create tags prepended by the word "Category" and then filter anywhere you need to use them.&lt;BR /&gt;&lt;BR /&gt;So in your tags you'd have something like:&lt;BR /&gt;Red Shoes&lt;BR /&gt;Green Shoes&lt;BR /&gt;Blue Shoes&lt;BR /&gt;Category Trainers&lt;BR /&gt;Category High Heels&lt;BR /&gt;&lt;BR /&gt;Then wherever you're using the tags or categories oyu'd use something like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{% set my_tags = blog_tags('default', 250)|sort(False, False, 'name') %}
  
Categories
{% for item in my_tags %}
{% if item.name contains "Category" %}
 &amp;lt;a href="{{ blog_tag_url(group.id, item.slug) }}"&amp;gt;{{ item.name|replace('Category','')|trim }}&amp;lt;/a&amp;gt;
{% endif %}
{% endfor %}

Tags
{% for item in my_tags %}
{% unless item.name contains "Category" %}
 &amp;lt;a href="{{ blog_tag_url(group.id, item.slug) }}"&amp;gt;{{ item.name }}&amp;lt;/a&amp;gt;
{% endif %}
{% endfor %}&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;I use something like this on my own blog to set up nested categories.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{% set my_tags = blog_tags('default', 250)|sort(False, False, 'name') %}
  {% set displayed_sections = [] %}
  {% set no_prefix_tags = [] %}
    
  {% for item in my_tags %}
    {% if item.name[:1] == "#" %}
        {% set prefix = item.name|split(' ') %}
        {% set prefix = prefix[0]|replace('#', '') %}

        {% unless prefix in displayed_sections %}
            &amp;lt;div class="mt-11 border-t-2 border-black-10 border-solid pt-[18px] mb-[18px] lg:mb-8"&amp;gt;
                &amp;lt;div&amp;gt;&amp;lt;h3 class="tag-title"&amp;gt;{{ prefix }}&amp;lt;/h3&amp;gt;&amp;lt;/div&amp;gt;
                {% do displayed_sections.append(prefix) %}
      
        {% endunless %}

        &amp;lt;a class="tags_2024" href="{{ blog_tag_url(group.id, item.slug) }}"&amp;gt;{{ item.name|replace('#' ~ prefix, '')|trim }}&amp;lt;/a&amp;gt;
        {% if loop.last %}&amp;lt;/div&amp;gt;{% endif %}
    {% else %}
        {% do no_prefix_tags.append(item) %}
    {% endif %}
{% endfor %}

{% if no_prefix_tags|length &amp;gt; 0 %}
    &amp;lt;div class="mt-11 border-t-2 border-black-10 border-solid pt-[18px] mb-[18px] lg:mb-8"&amp;gt;
        &amp;lt;div&amp;gt;&amp;lt;h3 class="tag-title"&amp;gt;Other&amp;lt;/h3&amp;gt;&amp;lt;/div&amp;gt;
        {% for item in no_prefix_tags %}
            &amp;lt;a class="tags_2024" href="{{ blog_tag_url(group.id, item.slug) }}"&amp;gt;{{ item.name|trim }}&amp;lt;/a&amp;gt;
        {% endfor %}
    &amp;lt;/div&amp;gt;
{% endif %}&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;That's a bit more complex, but it means I can set up a new top level category just by starting a tag with a '#'.&lt;BR /&gt;So my tags look like:&lt;/P&gt;&lt;P&gt;#Hubspot Development&lt;/P&gt;&lt;P&gt;#Hubspot React&lt;BR /&gt;#Wordpress Ubermenu&lt;/P&gt;&lt;P&gt;etc.&lt;BR /&gt;&lt;BR /&gt;Then anything without a # gets caught by the "Other" section.&lt;BR /&gt;&lt;BR /&gt;The one user facing drawback is the url still isn't editable, but&amp;nbsp;¯\_(ツ)_/¯&lt;/P&gt;&lt;HR /&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="profile2022a" style="width: 100px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/71500iE96AB1F9E9E277B9/image-size/small?v=v2&amp;amp;px=200" role="button" title="profile2022a" alt="profile2022a" /&gt;&lt;/span&gt;&lt;STRONG&gt;&lt;FONT size="5"&gt;Barry Grennan&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;P&gt;&lt;A href="https://www.seoanseo.ca?utm_source=HubSpotCommunity" target="_blank" rel="nofollow noopener noreferrer"&gt;Freelance HubSpot CMS Developer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.seoanseo.ca?utm_source=HubSpotCommunity" target="_blank" rel="nofollow noopener noreferrer"&gt;Website&lt;/A&gt; | &lt;A href="https://www.seoanseo.ca/contact?utm_source=HubSpotCommunity" target="_blank" rel="nofollow noopener noreferrer"&gt;Contact&lt;/A&gt; | &lt;A href="https://www.linkedin.com/in/barrygrennan" target="_blank" rel="nofollow noopener noreferrer"&gt;LinkedIn&lt;/A&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;</description>
      <pubDate>Tue, 11 Nov 2025 12:11:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Does-HubSpot-s-Blog-Have-a-Category-Function/m-p/1222469#M44493</guid>
      <dc:creator>BarryGrennan</dc:creator>
      <dc:date>2025-11-11T12:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Does HubSpot’s Blog Have a Category Function?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Does-HubSpot-s-Blog-Have-a-Category-Function/m-p/1222476#M44495</link>
      <description>&lt;P&gt;I see—that approach hadn’t occurred to me at all.&lt;BR /&gt;So you're referring to the method where it technically goes into HubSpot’s tag system, but you treat it as a category by adding something like “Category” as a label, right? That perspective never crossed my mind. Thank you for the great idea.&lt;/P&gt;&lt;P&gt;It’s unfortunate that we can’t use a URL like /category/. Since it’s still handled internally as a “tag,” I understand why it gets classified as a tag page.&lt;BR /&gt;Still, I never would have come up with this approach myself.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2025 12:22:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Does-HubSpot-s-Blog-Have-a-Category-Function/m-p/1222476#M44495</guid>
      <dc:creator>TMisuna</dc:creator>
      <dc:date>2025-11-11T12:22:42Z</dc:date>
    </item>
  </channel>
</rss>

