<?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 Blog is showing current date instead of published date. in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Blog-is-showing-current-date-instead-of-published-date/m-p/513783#M25668</link>
    <description>&lt;P&gt;Hi Everyone &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm having this issue where when viewing blogs, the date reflects the current date and not the actual published date. I have another line of code temporarily in to preview, and it shows a completely wrong date.&amp;nbsp; While viewing a blog archive, everything is correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any tips?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Design Manager view of template used for individual blogs" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/52465iC2625AD462194E34/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-10-21 at 9.37.12 AM.png" alt="Design Manager view of template used for individual blogs" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Design Manager view of template used for individual blogs&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Oct 2021 13:59:09 GMT</pubDate>
    <dc:creator>AlixOfCanada</dc:creator>
    <dc:date>2021-10-21T13:59:09Z</dc:date>
    <item>
      <title>Blog is showing current date instead of published date.</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-is-showing-current-date-instead-of-published-date/m-p/513783#M25668</link>
      <description>&lt;P&gt;Hi Everyone &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm having this issue where when viewing blogs, the date reflects the current date and not the actual published date. I have another line of code temporarily in to preview, and it shows a completely wrong date.&amp;nbsp; While viewing a blog archive, everything is correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any tips?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Design Manager view of template used for individual blogs" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/52465iC2625AD462194E34/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-10-21 at 9.37.12 AM.png" alt="Design Manager view of template used for individual blogs" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Design Manager view of template used for individual blogs&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 13:59:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-is-showing-current-date-instead-of-published-date/m-p/513783#M25668</guid>
      <dc:creator>AlixOfCanada</dc:creator>
      <dc:date>2021-10-21T13:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Blog is showing current date instead of published date.</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-is-showing-current-date-instead-of-published-date/m-p/513868#M25675</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/259125"&gt;@AlixOfCanada&lt;/a&gt;, I believe on certain of the older templates, i've noticed that with blogs they used to have a default date that wasn't the publish date. But once it was published it would show the correct date on the frontend. Are you looking at a preview link of the post or the live link?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 16:11:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-is-showing-current-date-instead-of-published-date/m-p/513868#M25675</guid>
      <dc:creator>jonchim</dc:creator>
      <dc:date>2021-10-21T16:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Blog is showing current date instead of published date.</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-is-showing-current-date-instead-of-published-date/m-p/514237#M25688</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/259125"&gt;@AlixOfCanada&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;Please use the below snippet to display actual published date&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;div class="blog-post__meta"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;time datetime="{{ content.publish_date }}" class="blog-post__timestamp"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{{ content.publishDate|datetimeformat('%B %e, %Y') }}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/time&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN&gt;Hope this helps!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;If we were able to answer your query, kindly help the community by marking it as a solution.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regard.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 08:05:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-is-showing-current-date-instead-of-published-date/m-p/514237#M25688</guid>
      <dc:creator>webdew</dc:creator>
      <dc:date>2021-10-22T08:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Blog is showing current date instead of published date.</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-is-showing-current-date-instead-of-published-date/m-p/514379#M25694</link>
      <description>&lt;P&gt;Hey &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here's an example of what one of our posted blogs looks like. Note that this screenshot is outside the preview and the blog was actually posted on the 18th.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-10-22 at 9.15.56 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/52529i9A34E9B979F3EE2E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-10-22 at 9.15.56 AM.png" alt="Screen Shot 2021-10-22 at 9.15.56 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 13:17:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-is-showing-current-date-instead-of-published-date/m-p/514379#M25694</guid>
      <dc:creator>AlixOfCanada</dc:creator>
      <dc:date>2021-10-22T13:17:23Z</dc:date>
    </item>
  </channel>
</rss>

