<?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: Tag Name not Slug! in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Tag-Name-not-Slug/m-p/454575#M23903</link>
    <description>&lt;P&gt;I dont understand what you did here. Can you explain it as you did it?&lt;/P&gt;</description>
    <pubDate>Sat, 03 Jul 2021 00:56:22 GMT</pubDate>
    <dc:creator>BkT</dc:creator>
    <dc:date>2021-07-03T00:56:22Z</dc:date>
    <item>
      <title>Tag Name not Slug!</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Tag-Name-not-Slug/m-p/293477#M13726</link>
      <description>&lt;DIV class="preformatted fulltext-search autolink-text"&gt;&lt;STRONG&gt;I want editors to select a Tag, and I want to display it's name.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="preformatted fulltext-search autolink-text"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="preformatted fulltext-search autolink-text"&gt;For instance. If a editor selects the Tag "Groups &amp;amp; Associations" I want it display "Groups &amp;amp; Associations". Instead, the output only displays the slug "groups-associations"&lt;/DIV&gt;&lt;DIV class="preformatted fulltext-search autolink-text"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="preformatted fulltext-search autolink-text"&gt;Any insights on how to accomplish this?&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Sep 2019 16:22:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Tag-Name-not-Slug/m-p/293477#M13726</guid>
      <dc:creator>mIIwaukee</dc:creator>
      <dc:date>2019-09-26T16:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Tag Name not Slug!</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Tag-Name-not-Slug/m-p/293487#M13728</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Answered my own question and figured I would share with you.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{# Naming a pet Slug #}&lt;/P&gt;&lt;P&gt;{# module.chosentag is set by an editor in the Tag Field #}&lt;/P&gt;&lt;P&gt;{% set the_chosentag = module.chosentag %}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{# grab all the topics &amp;nbsp;#}&lt;/P&gt;&lt;P&gt;{% set my_topics = blog_topics('default', 250) %}&lt;BR /&gt;{% for item in my_topics|sort %}&lt;/P&gt;&lt;P&gt;{# look for the match &amp;nbsp;#}&lt;BR /&gt;{% if the_chosentag == item.slug %}{{ item }}{% endif %}&lt;BR /&gt;{% endfor %}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if I can help you!&amp;nbsp;&lt;/P&gt;&lt;P&gt;ascedia.com&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 17:37:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Tag-Name-not-Slug/m-p/293487#M13728</guid>
      <dc:creator>mIIwaukee</dc:creator>
      <dc:date>2019-09-26T17:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Tag Name not Slug!</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Tag-Name-not-Slug/m-p/454575#M23903</link>
      <description>&lt;P&gt;I dont understand what you did here. Can you explain it as you did it?&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jul 2021 00:56:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Tag-Name-not-Slug/m-p/454575#M23903</guid>
      <dc:creator>BkT</dc:creator>
      <dc:date>2021-07-03T00:56:22Z</dc:date>
    </item>
  </channel>
</rss>

