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).
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.
{% block body %}
{# 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: Accessibility · HubSpot/cms-theme-boilerplate Wiki · GitHub #}
<main id=“main-content” class=“body-container-wrapper”>
<div class=“body-container body-container–blog-index”>
{# Blog Header #}
{% module “blog_header” path=‘/VanderBeken_Remodel_November_2021/modules/Blog Header’, label=“Blog Header” %}
{# End Blog Header #}