<?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 Moving old blogs to top of navigation page in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Moving-old-blogs-to-top-of-navigation-page/m-p/856905#M36070</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I need help moving recently updated/optimized OLD blogs to the top of my blog navigation page. (i.e. for time sensitive/seasonal posts that get updated each year). At the moment, my custom code only allows brand NEW blogs do show up at the top (left).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is the template being used:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;A href="https://app.hubspot.com/design-manager/5843319/code/59895431320" target="_blank" rel="nofollow noopener noreferrer"&gt;https://app.hubspot.com/design-manager/5843319/code/59895431320&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Sep 2023 17:36:15 GMT</pubDate>
    <dc:creator>WHarsh</dc:creator>
    <dc:date>2023-09-28T17:36:15Z</dc:date>
    <item>
      <title>Moving old blogs to top of navigation page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Moving-old-blogs-to-top-of-navigation-page/m-p/856905#M36070</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I need help moving recently updated/optimized OLD blogs to the top of my blog navigation page. (i.e. for time sensitive/seasonal posts that get updated each year). At the moment, my custom code only allows brand NEW blogs do show up at the top (left).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is the template being used:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;A href="https://app.hubspot.com/design-manager/5843319/code/59895431320" target="_blank" rel="nofollow noopener noreferrer"&gt;https://app.hubspot.com/design-manager/5843319/code/59895431320&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 17:36:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Moving-old-blogs-to-top-of-navigation-page/m-p/856905#M36070</guid>
      <dc:creator>WHarsh</dc:creator>
      <dc:date>2023-09-28T17:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Moving old blogs to top of navigation page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Moving-old-blogs-to-top-of-navigation-page/m-p/857344#M36083</link>
      <description>&lt;P&gt;Hi, there! You'll need to add a code example and link to your page in order for the community to assist you. This is because I nor the community can access your portal or the Design Manager.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jaycee&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 15:04:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Moving-old-blogs-to-top-of-navigation-page/m-p/857344#M36083</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2023-09-29T15:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Moving old blogs to top of navigation page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Moving-old-blogs-to-top-of-navigation-page/m-p/858391#M36110</link>
      <description>&lt;P&gt;Here's the page:&amp;nbsp;&lt;A href="https://www.vanderbeken-remodel.com/snohomish-county-remodeling-blog" target="_blank"&gt;https://www.vanderbeken-remodel.com/snohomish-county-remodeling-blog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here's the code:&lt;/P&gt;&lt;P&gt;&amp;lt;!--&lt;BR /&gt;templateType: blog_listing&lt;BR /&gt;isAvailableForNewContent: true&lt;BR /&gt;label: Blog Listing&lt;BR /&gt;screenshotPath: ../images/template-previews/blog-index.png&lt;BR /&gt;--&amp;gt;&lt;BR /&gt;{% extends './layouts/base.html' %}&lt;/P&gt;&lt;P&gt;{% block template_stylesheets %}&lt;BR /&gt;&amp;lt;link type="text/css" rel="stylesheet" href="{{ get_asset_url('../css/templates/_blog.css') }}"&amp;gt;&lt;BR /&gt;{% endblock template_stylesheets %}&lt;/P&gt;&lt;P&gt;{% block body %}&lt;BR /&gt;{# The main-content ID is used for the navigation skipper in the header.html file. More information on the navigation skipper can be found here: &lt;A href="https://github.com/HubSpot/cms-theme-boilerplate/wiki/Accessibility" target="_blank"&gt;https://github.com/HubSpot/cms-theme-boilerplate/wiki/Accessibility&lt;/A&gt; #}&lt;BR /&gt;&amp;lt;main id="main-content" class="body-container-wrapper"&amp;gt;&lt;BR /&gt;&amp;lt;div class="body-container body-container--blog-index"&amp;gt;&lt;/P&gt;&lt;P&gt;{# Blog Header #}&lt;BR /&gt;{% module "blog_header" path='/VanderBeken_Remodel_November_2021/modules/Blog Header', label="Blog Header" %}&lt;BR /&gt;{# End Blog Header #}&lt;/P&gt;&lt;P&gt;{# Blog listing section #}&lt;BR /&gt;{% dnd_area 'dnd_area_blog', label='Main Content'%}&lt;BR /&gt;{% dnd_section %}&lt;BR /&gt;{% dnd_column %}&lt;BR /&gt;{% dnd_row %}&lt;BR /&gt;{% dnd_module path='../modules/Blog Listings' %}&lt;BR /&gt;{% end_dnd_module %}&lt;BR /&gt;{% end_dnd_row %}&lt;BR /&gt;{% end_dnd_column %}&lt;BR /&gt;{% end_dnd_section %}&lt;BR /&gt;{% end_dnd_area %}&lt;BR /&gt;{# End blog listing section #}&lt;/P&gt;&lt;P&gt;{# Blog pagination #}&lt;BR /&gt;{% module "load_more" path="../modules/Load More", label="Load More" %}&lt;BR /&gt;{# End blog pagination #}&lt;BR /&gt;&lt;BR /&gt;{% module "bottom_pane" path="../modules/Bottom Pane", label="Bottom Pane" %}&lt;/P&gt;&lt;P&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/main&amp;gt;&lt;BR /&gt;{% endblock body %}&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 19:00:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Moving-old-blogs-to-top-of-navigation-page/m-p/858391#M36110</guid>
      <dc:creator>WHarsh</dc:creator>
      <dc:date>2023-10-02T19:00:54Z</dc:date>
    </item>
  </channel>
</rss>

