<?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: Limit text to display on blog listing page in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Limit-text-to-display-on-blog-listing-page/m-p/261445#M11649</link>
    <description>&lt;P&gt;To adjusted to 200 characters you can adjust the first paramter from 28 to 200.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;{{ html_text|truncatehtml(200, '..' , false) }}&lt;/PRE&gt;
&lt;P&gt;This filter takes three paramters which I have listed below.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Amount of characters to display for the user&lt;/P&gt;
&lt;P&gt;2. The elipsis to display after the specificed number of characters in the first paramter&lt;/P&gt;
&lt;P&gt;3. W&lt;SPAN&gt;hether words will be broken at length&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2019 14:48:48 GMT</pubDate>
    <dc:creator>jzilch</dc:creator>
    <dc:date>2019-03-26T14:48:48Z</dc:date>
    <item>
      <title>Limit text to display on blog listing page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Limit-text-to-display-on-blog-listing-page/m-p/261437#M11645</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I believe there is a custom html/css way to set how many characters appear in the blog description. Please let me know how I can limit the descriptions to 200 characters. Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 14:37:37 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Limit-text-to-display-on-blog-listing-page/m-p/261437#M11645</guid>
      <dc:creator>VictoriaR</dc:creator>
      <dc:date>2019-03-26T14:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Limit text to display on blog listing page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Limit-text-to-display-on-blog-listing-page/m-p/261441#M11647</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe you're looking for truncatehtml found here.&amp;nbsp;&lt;A href="https://designers.hubspot.com/docs/hubl/hubl-supported-filters.&amp;nbsp;" target="_blank"&gt;https://designers.hubspot.com/docs/hubl/hubl-supported-filters.&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will give you something like the following&lt;/P&gt;
&lt;PRE&gt;{{ html_text|truncatehtml(28, '..' , false) }}&lt;/PRE&gt;</description>
      <pubDate>Tue, 26 Mar 2019 14:42:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Limit-text-to-display-on-blog-listing-page/m-p/261441#M11647</guid>
      <dc:creator>jzilch</dc:creator>
      <dc:date>2019-03-26T14:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Limit text to display on blog listing page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Limit-text-to-display-on-blog-listing-page/m-p/261443#M11648</link>
      <description>&lt;P&gt;Does this limit to 200 characters or do I add that in the".."&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 14:44:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Limit-text-to-display-on-blog-listing-page/m-p/261443#M11648</guid>
      <dc:creator>VictoriaR</dc:creator>
      <dc:date>2019-03-26T14:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Limit text to display on blog listing page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Limit-text-to-display-on-blog-listing-page/m-p/261445#M11649</link>
      <description>&lt;P&gt;To adjusted to 200 characters you can adjust the first paramter from 28 to 200.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;{{ html_text|truncatehtml(200, '..' , false) }}&lt;/PRE&gt;
&lt;P&gt;This filter takes three paramters which I have listed below.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Amount of characters to display for the user&lt;/P&gt;
&lt;P&gt;2. The elipsis to display after the specificed number of characters in the first paramter&lt;/P&gt;
&lt;P&gt;3. W&lt;SPAN&gt;hether words will be broken at length&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 14:48:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Limit-text-to-display-on-blog-listing-page/m-p/261445#M11649</guid>
      <dc:creator>jzilch</dc:creator>
      <dc:date>2019-03-26T14:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Limit text to display on blog listing page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Limit-text-to-display-on-blog-listing-page/m-p/261447#M11650</link>
      <description>&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 14:50:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Limit-text-to-display-on-blog-listing-page/m-p/261447#M11650</guid>
      <dc:creator>VictoriaR</dc:creator>
      <dc:date>2019-03-26T14:50:23Z</dc:date>
    </item>
  </channel>
</rss>

