Hi,
I want to show the list in numeric order. Now I set it to Most Popular Articles. If I set it to Most Recent Articles, I want to show in numeric order starting at 1. How can I change the code inbelow.
Thanks.



{% assign forums_sm = sitemarkers["Forums"] %} {% if user %}
<section class="page_section section-knowledge">
<div class="layer_up"> </div>
<div class="container">
<div class="content-home">
<h2 class="blue_border">{% editable snippets "Home/MostPopularHeading" default: resx["Most_Popular"] %}</h2>
{% include 'Search' search_id:'search_control'%} {% include 'Knowledge Management - Most Popular Articles' showdescription: false %}
</div>
<div class="row sidebar-home no-lr-margins">
<div class="col-md-4">{% include 'Knowledge Management - Most Popular Articles' showdescription: false %}</div>
<div class="col-md-4">{% include 'Knowledge Management - Most Recent Articles' %}</div>
<div class="col-md-4">{% include 'Knowledge Management - Top Rated Articles' %}</div>
</div>
</div>
</section>
{% endif %}