<?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: content_by_id not pulling through blog content when a id is used. in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/423525#M22090</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/170560"&gt;@MGilbert&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So i just came across this&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/cms/hubl/functions#content-by-id" target="_blank"&gt;https://developers.hubspot.com/docs/cms/hubl/functions#content-by-id&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It looks like&amp;nbsp;&lt;SPAN&gt;this function has a limit of 10 calls per page, which may explain why you can't see anything be pulled after the 10th blog post on your listing page.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can you confirm and test that by making the blog that wasn't displaying and make that the 10th post and see if it shows up?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Mar 2021 19:56:06 GMT</pubDate>
    <dc:creator>jonchim</dc:creator>
    <dc:date>2021-03-30T19:56:06Z</dc:date>
    <item>
      <title>content_by_id not pulling through blog content when a id is used.</title>
      <link>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/421204#M21921</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am hoping someone can help me with content_by_id not pulling through blog content when an id is used.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have made a custom module (code below) it loops through pages selected by the marketing team using the page field. For each item in the loop, I use content_by_id to grab the title, featured image and description about the blog.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This sometimes works and sometimes doesn't - item.blog_pages always gets the id but doesn't get the rest of the content.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screen shot of what is seen" style="width: 934px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/39807i320633375B00A5D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-03-22 at 15.56.27.png" alt="screen shot of what is seen" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;screen shot of what is seen&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{% set blogs = content_by_id(item.blog_pages) %}&lt;BR /&gt;{{item.blog_pages}} -- shows item id fine&lt;BR /&gt;{% if blogs.featured_image %}&lt;BR /&gt;&amp;lt;div class="three-page-select-img-wrapper"&amp;gt;&lt;BR /&gt;&amp;lt;img src="{{ blogs.featured_image }}" loading="lazy" class="three-page-select-img" alt="{{ blogs.featured_image_alt_text | escape }}"&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 14:50:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/421204#M21921</guid>
      <dc:creator>MGilbert</dc:creator>
      <dc:date>2021-03-23T14:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: content_by_id not pulling through blog content when a id is used.</title>
      <link>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/421377#M21942</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/170560"&gt;@MGilbert&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Adding &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/55480"&gt;@jonchim&lt;/a&gt; to this one to get a lil help&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 19:19:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/421377#M21942</guid>
      <dc:creator>dennisedson</dc:creator>
      <dc:date>2021-03-23T19:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: content_by_id not pulling through blog content when a id is used.</title>
      <link>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/421407#M21945</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/170560"&gt;@MGilbert&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Happy to take a look! Do you mind sending a link so we can take a look? or the rest of the module code?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 20:21:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/421407#M21945</guid>
      <dc:creator>jonchim</dc:creator>
      <dc:date>2021-03-23T20:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: content_by_id not pulling through blog content when a id is used.</title>
      <link>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/421980#M21977</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/55480"&gt;@jonchim&lt;/a&gt;&amp;nbsp;link here&amp;nbsp;&lt;A href="https://app.hubspot.com/design-manager/2820648/modules/41958357809" target="_blank"&gt;https://app.hubspot.com/design-manager/2820648/modules/41958357809&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;div class="three-page-select padding-top--{{ module.padding_top }} padding-bottom--{{ module.padding_bottom }}"&amp;gt;&lt;BR /&gt;&amp;lt;div class="container {% if module.narrowed_container %} narrowed_container {% endif %}"&amp;gt;&lt;BR /&gt;&amp;lt;h3 class="heading"&amp;gt;&lt;BR /&gt;&amp;lt;div class="heading_icon"&amp;gt;&lt;BR /&gt;{% if module.heading_icon.src %}&lt;BR /&gt;{% set sizeAttrs = 'width="{{ module.heading_icon.width }}" height="{{ module.heading_icon.height }}"' %}&lt;BR /&gt;{% if module.heading_icon.size_type == 'auto' %}&lt;BR /&gt;{% set sizeAttrs = 'style="max-width: 100%; height: auto;"' %}&lt;BR /&gt;{% elif module.heading_icon.size_type == 'auto_custom_max' %}&lt;BR /&gt;{% set sizeAttrs = 'width="100%" height="auto" style="max-width: {{ module.heading_icon.max_width }}px; max-height: {{ module.heading_icon.max_height }}px"' %}&lt;BR /&gt;{% endif %}&lt;BR /&gt;{% set loadingAttr = module.heading_icon.loading != 'disabled' ? 'loading="{{ module.heading_icon.loading }}"' : '' %}&lt;BR /&gt;&amp;lt;img src="{{ module.heading_icon.src }}" alt="{{ module.heading_icon.alt }}" {{ loadingAttr }} {{ sizeAttrs }}&amp;gt;&lt;BR /&gt;{% endif %}&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;{% inline_text field="section_heading" value="{{ module.section_heading }}" %}&lt;BR /&gt;&amp;lt;/h3&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;div class="three-page-select-list {% if module.landscape_design %} landscape {% endif %}"&amp;gt;&lt;BR /&gt;{% for item in module.pages_select %}&lt;BR /&gt;&amp;lt;div class="three-page-select-list__item"&amp;gt;&lt;BR /&gt;{% if item.choice_field == 'manual' %}&lt;BR /&gt;{% if item.image_field.src %}&lt;BR /&gt;{% set sizeAttrs = 'width="{{ item.image_field.width }}" height="{{ item.image_field.height }}"' %}&lt;BR /&gt;{% if item.image_field.size_type == 'auto' %}&lt;BR /&gt;{% set sizeAttrs = 'style="max-width: 100%; height: auto;"' %}&lt;BR /&gt;{% elif item.image_field.size_type == 'auto_custom_max' %}&lt;BR /&gt;{% set sizeAttrs = 'width="100%" height="auto" style="max-width: {{ item.image_field.max_width }}px; max-height: {{ item.image_field.max_height }}px"' %}&lt;BR /&gt;{% endif %}&lt;BR /&gt;{% set loadingAttr = item.image_field.loading != 'disabled' ? 'loading="{{ item.image_field.loading }}"' : '' %}&lt;BR /&gt;&amp;lt;div class="three-page-select-img-wrapper"&amp;gt;&lt;BR /&gt;&amp;lt;img class="three-page-select-img" src="{{ item.image_field.src }}" alt="{{ item.image_field.alt }}" {{ loadingAttr }} {{ sizeAttrs }}&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;{% endif %}&lt;BR /&gt;&lt;BR /&gt;&amp;lt;div class="content"&amp;gt;&lt;BR /&gt;&amp;lt;div class="content-text"&amp;gt; {% inline_rich_text field="richtext_field" value="{{ item.richtext_field }}" %} &amp;lt;/div&amp;gt;&lt;BR /&gt;{% set href = item.link_field.url.href %}&lt;BR /&gt;{% if item.link_field.url.type is equalto "EMAIL_ADDRESS" %}&lt;BR /&gt;{% set href = "mailto:" + href %}&lt;BR /&gt;{% endif %}&lt;BR /&gt;{% if item.date_field %}&lt;BR /&gt;&amp;lt;div class="calander-section"&amp;gt;&lt;BR /&gt;&amp;lt;svg xmlns="&lt;A href="http://www.w3.org/2000/svg" target="_blank"&gt;http://www.w3.org/2000/svg&lt;/A&gt;" width="18.24" height="20.031" viewBox="0 0 18.24 20.031"&amp;gt;&lt;BR /&gt;&amp;lt;path id="np_event_1532677_000000" d="M28.041,16.781h-3.5V15.1H23.424v1.679H14.918V15.1H13.8v1.679H10.3V34.633h17.74ZM13.8,17.9v1.679h1.119V17.9h8.506v1.679h1.119V17.9h2.378v3.665H11.42V17.9ZM11.42,33.514V22.685h15.5V33.514Z" transform="translate(-10.051 -14.852)" fill="#313131" stroke="#313131" stroke-width="0.5"/&amp;gt;&lt;BR /&gt;&amp;lt;/svg&amp;gt;&lt;BR /&gt;{{ datetimeformat(item.date_field, '%d/%m/%Y') }}&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;{% endif %}&lt;BR /&gt;&amp;lt;div class="read-more-container"&amp;gt;&lt;BR /&gt;{% if item.link_icon_item.src %}&lt;BR /&gt;{% set sizeAttrs = 'width="{{ item.link_icon_item.width }}" height="{{ item.link_icon_item.height }}"' %}&lt;BR /&gt;{% if item.link_icon_item.size_type == 'auto' %}&lt;BR /&gt;{% set sizeAttrs = 'style="max-width: 100%; height: auto;"' %}&lt;BR /&gt;{% elif item.link_icon_item.size_type == 'auto_custom_max' %}&lt;BR /&gt;{% set sizeAttrs = 'width="100%" height="auto" style="max-width: {{ item.link_icon_item.max_width }}px; max-height: {{ item.link_icon_item.max_height }}px"' %}&lt;BR /&gt;{% endif %}&lt;BR /&gt;{% set loadingAttr = item.link_icon_item.loading != 'disabled' ? 'loading="{{ item.link_icon_item.loading }}"' : '' %}&lt;BR /&gt;&amp;lt;img src="{{ item.link_icon_item.src }}" alt="{{ item.link_icon_item.alt }}" {{ loadingAttr }} {{ sizeAttrs }}&amp;gt;&lt;BR /&gt;{% endif %}&lt;BR /&gt;{% set rel = [] %}&lt;BR /&gt;{% if item.link_field.no_follow %}&lt;BR /&gt;{% do rel.append("nofollow") %}&lt;BR /&gt;{% endif %}&lt;BR /&gt;{% if item.link_field.open_in_new_tab %}&lt;BR /&gt;{% do rel.append("noopener") %}&lt;BR /&gt;{% endif %}&lt;BR /&gt;&amp;lt;a href="{{ href }}"&lt;BR /&gt;{% if item.link_field.open_in_new_tab %}target="_blank"{% endif %}&lt;BR /&gt;{% if rel %}rel="{{ rel|join(" ") }}"{% endif %}&lt;BR /&gt;&amp;gt;&lt;BR /&gt;{% inline_text field="button_link_text" value="{{ item.button_link_text }}" %}&lt;BR /&gt;&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;BR /&gt;{% else %}&lt;BR /&gt;{% set blogs = content_by_id(item.blog_pages) %}&lt;BR /&gt;{% if blogs.featured_image %}&lt;BR /&gt;&amp;lt;div class="three-page-select-img-wrapper"&amp;gt;&lt;BR /&gt;&amp;lt;img src="{{ blogs.featured_image }}" loading="lazy" class="three-page-select-img" alt="{{ blogs.featured_image_alt_text | escape }}"&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;{% else %}&lt;BR /&gt;&amp;lt;img src="{{item.image_field.src}}" &amp;gt;&lt;BR /&gt;{% endif %}&lt;BR /&gt;&lt;BR /&gt;&amp;lt;div class="content"&amp;gt;&lt;BR /&gt;&amp;lt;h3&amp;gt;{{blogs.title}}&amp;lt;/h3&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt; {{blogs.meta_description}}&amp;lt;/p&amp;gt;&lt;BR /&gt;{% if item.date_field %}&lt;BR /&gt;&amp;lt;div class="calander-section"&amp;gt;&lt;BR /&gt;&amp;lt;svg xmlns="&lt;A href="http://www.w3.org/2000/svg" target="_blank"&gt;http://www.w3.org/2000/svg&lt;/A&gt;" width="18.24" height="20.031" viewBox="0 0 18.24 20.031"&amp;gt;&lt;BR /&gt;&amp;lt;path id="np_event_1532677_000000" d="M28.041,16.781h-3.5V15.1H23.424v1.679H14.918V15.1H13.8v1.679H10.3V34.633h17.74ZM13.8,17.9v1.679h1.119V17.9h8.506v1.679h1.119V17.9h2.378v3.665H11.42V17.9ZM11.42,33.514V22.685h15.5V33.514Z" transform="translate(-10.051 -14.852)" fill="#313131" stroke="#313131" stroke-width="0.5"/&amp;gt;&lt;BR /&gt;&amp;lt;/svg&amp;gt;&lt;BR /&gt;{{ datetimeformat(item.date_field, '%d/%m/%Y') }}&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;{% endif %}&lt;BR /&gt;&amp;lt;div class="read-more-container"&amp;gt;&lt;BR /&gt;{% if item.link_icon_item.src %}&lt;BR /&gt;{% set sizeAttrs = 'width="{{ item.link_icon_item.width }}" height="{{ item.link_icon_item.height }}"' %}&lt;BR /&gt;{% if item.link_icon_item.size_type == 'auto' %}&lt;BR /&gt;{% set sizeAttrs = 'style="max-width: 100%; height: auto;"' %}&lt;BR /&gt;{% elif item.link_icon_item.size_type == 'auto_custom_max' %}&lt;BR /&gt;{% set sizeAttrs = 'width="100%" height="auto" style="max-width: {{ item.link_icon_item.max_width }}px; max-height: {{ item.link_icon_item.max_height }}px"' %}&lt;BR /&gt;{% endif %}&lt;BR /&gt;{% set loadingAttr = item.link_icon_item.loading != 'disabled' ? 'loading="{{ item.link_icon_item.loading }}"' : '' %}&lt;BR /&gt;&amp;lt;img src="{{ item.link_icon_item.src }}" alt="{{ item.link_icon_item.alt }}" {{ loadingAttr }} {{ sizeAttrs }}&amp;gt;&lt;BR /&gt;{% endif %}&lt;BR /&gt;&amp;lt;a class="read-more" href="{{blogs.absolute_url}}" class="three-page-select-list__item"&amp;gt;&lt;BR /&gt;{% inline_text field="button_link_text" value="{{ item.button_link_text }}" %}&lt;BR /&gt;&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;{% endif %}&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;{% endfor %}&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 09:44:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/421980#M21977</guid>
      <dc:creator>MGilbert</dc:creator>
      <dc:date>2021-03-25T09:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: content_by_id not pulling through blog content when a id is used.</title>
      <link>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/422171#M21983</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/170560"&gt;@MGilbert&lt;/a&gt;&amp;nbsp;for sending this over, do you happen to have a link to a live URL where this module is being used?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 16:01:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/422171#M21983</guid>
      <dc:creator>jonchim</dc:creator>
      <dc:date>2021-03-25T16:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: content_by_id not pulling through blog content when a id is used.</title>
      <link>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/422444#M22000</link>
      <description>&lt;P&gt;Yes sorry&amp;nbsp;&lt;A href="https://www.finally.agency/website-resources/agency" target="_blank"&gt;https://www.finally.agency/website-resources/agency&lt;/A&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/55480"&gt;@jonchim&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 09:45:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/422444#M22000</guid>
      <dc:creator>MGilbert</dc:creator>
      <dc:date>2021-03-26T09:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: content_by_id not pulling through blog content when a id is used.</title>
      <link>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/422567#M22006</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/170560"&gt;@MGilbert&lt;/a&gt;,&amp;nbsp;it's hard to pinpoint where exactly the code is breaking but I noticed that the blogs that break don't have links compared to the blogs towards the top? Are they all using the same module? And do all the fields need to be filled out in order to display properly? I can see a weird div inside of a link not sure if that's causing it to break. Since i'm not a user on your portal i'm unable to view the custom module, but happy to take this offline to take a closer look.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-03-26 at 11.26.48 AM.png" style="width: 421px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/39998i302DF58895968193/image-dimensions/421x311?v=v2" width="421" height="311" role="button" title="Screen Shot 2021-03-26 at 11.26.48 AM.png" alt="Screen Shot 2021-03-26 at 11.26.48 AM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-03-26 at 11.29.08 AM.png" style="width: 686px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/39999i6EF7A7E267E08270/image-dimensions/686x105?v=v2" width="686" height="105" role="button" title="Screen Shot 2021-03-26 at 11.29.08 AM.png" alt="Screen Shot 2021-03-26 at 11.29.08 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 15:31:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/422567#M22006</guid>
      <dc:creator>jonchim</dc:creator>
      <dc:date>2021-03-26T15:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: content_by_id not pulling through blog content when a id is used.</title>
      <link>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/422890#M22034</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/55480"&gt;@jonchim&lt;/a&gt;&amp;nbsp;thanks for having a look, that weird div you found it just link text which I've added default text now, no all the sections do not need to be filled out to work. However, I have seen some odd behaviour - When I edit a field in the editor the page refreshes and gets all the content and when I save it disappears again - I've added a video&amp;nbsp;&lt;A href="https://drive.google.com/file/d/1I_3prbVWp1GqHvASRnkEI7k4Dt4Kezw4/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/1I_3prbVWp1GqHvASRnkEI7k4Dt4Kezw4/view?usp=sharing&lt;/A&gt;&amp;nbsp;showing this here - Would you like me to zip up the module code for you and send it to you?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 08:04:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/422890#M22034</guid>
      <dc:creator>MGilbert</dc:creator>
      <dc:date>2021-03-29T08:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: content_by_id not pulling through blog content when a id is used.</title>
      <link>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/422960#M22044</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/170560"&gt;@MGilbert&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;No problem! yeah that is very odd, thank you for sharing the video context. If you're able to package the module I can take a closer look. I tried using the module code but the missing css/js/module fields may help me troubleshoot further.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 12:12:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/422960#M22044</guid>
      <dc:creator>jonchim</dc:creator>
      <dc:date>2021-03-29T12:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: content_by_id not pulling through blog content when a id is used.</title>
      <link>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/423037#M22048</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/55480"&gt;@jonchim&lt;/a&gt;&amp;nbsp;you should be able to download it from here&amp;nbsp;&lt;A href="https://drive.google.com/file/d/15eFw8dZIQz_KcImEJjjXSU97EPZOBfyi/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/15eFw8dZIQz_KcImEJjjXSU97EPZOBfyi/view?usp=sharing&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also here is a list of the fields you might need - some are shown/taken away depending on if the user selects manual or automatic content&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-03-29 at 15.33.34.png" style="width: 929px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/40076iD34317A7A629DA26/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-03-29 at 15.33.34.png" alt="Screenshot 2021-03-29 at 15.33.34.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 14:34:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/423037#M22048</guid>
      <dc:creator>MGilbert</dc:creator>
      <dc:date>2021-03-29T14:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: content_by_id not pulling through blog content when a id is used.</title>
      <link>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/423067#M22050</link>
      <description>&lt;P&gt;Thank you for providing this&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/170560"&gt;@MGilbert&lt;/a&gt;! i'll take a look and see what i can find!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 15:48:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/423067#M22050</guid>
      <dc:creator>jonchim</dc:creator>
      <dc:date>2021-03-29T15:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: content_by_id not pulling through blog content when a id is used.</title>
      <link>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/423525#M22090</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/170560"&gt;@MGilbert&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So i just came across this&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/cms/hubl/functions#content-by-id" target="_blank"&gt;https://developers.hubspot.com/docs/cms/hubl/functions#content-by-id&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It looks like&amp;nbsp;&lt;SPAN&gt;this function has a limit of 10 calls per page, which may explain why you can't see anything be pulled after the 10th blog post on your listing page.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can you confirm and test that by making the blog that wasn't displaying and make that the 10th post and see if it shows up?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 19:56:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/423525#M22090</guid>
      <dc:creator>jonchim</dc:creator>
      <dc:date>2021-03-30T19:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: content_by_id not pulling through blog content when a id is used.</title>
      <link>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/425054#M22193</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/55480"&gt;@jonchim&lt;/a&gt;&amp;nbsp;Hi thanks for sending me that, it does seem to be that it only doesn't work after the 10th one. Any suggestions on what I could do instead - I would add pagination but I don't want multiple pages.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks so much for looking at it&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 11:44:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/425054#M22193</guid>
      <dc:creator>MGilbert</dc:creator>
      <dc:date>2021-04-06T11:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: content_by_id not pulling through blog content when a id is used.</title>
      <link>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/425603#M22248</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/170560"&gt;@MGilbert&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not enitrely sure,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/13982"&gt;@dennisedson&lt;/a&gt;&amp;nbsp;any suggestions on how to add more than 10 posts using the content_by_id function?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 16:39:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/425603#M22248</guid>
      <dc:creator>jonchim</dc:creator>
      <dc:date>2021-04-07T16:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: content_by_id not pulling through blog content when a id is used.</title>
      <link>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/425673#M22259</link>
      <description>&lt;P&gt;There is a funtion that accepts an array of page ids &lt;A href="https://developers.hubspot.com/docs/cms/hubl/functions#content-by-ids" target="_blank" rel="noopener"&gt;content_by_ids&lt;/A&gt; that I would suggets exploring.&lt;/P&gt;
&lt;P&gt;I&amp;nbsp; was looking for a resource to demonstrate how to fill an array and I was pleasantly surprised to see that &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/91608"&gt;@alyssamwilie&lt;/a&gt; has something on her &lt;A href="https://alyssawilie.com/blog/how-to-hubl/arrays-append-and-update/" target="_blank" rel="noopener"&gt;site&lt;/A&gt; (and I didn't even know she had a site &lt;span class="lia-unicode-emoji" title=":hushed_face:"&gt;😯&lt;/span&gt;) that might help.&amp;nbsp; It is pretty clever!&lt;/P&gt;
&lt;P&gt;Did I test it?&amp;nbsp; No.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":upside_down_face:"&gt;🙃&lt;/span&gt;&amp;nbsp; If you try it, let us know how it works out.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that the limit is the amount of calls you can make is 10 and not the amount of posts.&amp;nbsp; For the content_by_ids, you can fit 100 posts into an array so in theory, you could have up to 1000posts.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy hunting &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 20:23:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/425673#M22259</guid>
      <dc:creator>dennisedson</dc:creator>
      <dc:date>2021-04-07T20:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: content_by_id not pulling through blog content when a id is used.</title>
      <link>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/425877#M22278</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/55480"&gt;@jonchim&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/13982"&gt;@dennisedson&lt;/a&gt;&amp;nbsp;thanks for having a look, ill give this tutorial a go! fingers crossed&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 13:03:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/425877#M22278</guid>
      <dc:creator>MGilbert</dc:creator>
      <dc:date>2021-04-08T13:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: content_by_id not pulling through blog content when a id is used.</title>
      <link>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/429522#M22592</link>
      <description>&lt;P&gt;Fixed with content by ids function&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/cms/hubl/functions#content-by-ids" target="_blank"&gt;https://developers.hubspot.com/docs/cms/hubl/functions#content-by-ids&lt;/A&gt;&amp;nbsp;by setting the array with the ids first in short below&lt;BR /&gt;{% set array = [] %}&lt;BR /&gt;{% do array.append( item.blog_pages ) %}&lt;BR /&gt;{% set blogs = content_by_ids(array) %}&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/55480"&gt;@jonchim&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/13982"&gt;@dennisedson&lt;/a&gt;&amp;nbsp;thanks so much for your help&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 15:16:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/content-by-id-not-pulling-through-blog-content-when-a-id-is-used/m-p/429522#M22592</guid>
      <dc:creator>MGilbert</dc:creator>
      <dc:date>2021-04-20T15:16:32Z</dc:date>
    </item>
  </channel>
</rss>

