Marfeel understands the importance of editorial instrumentation on mobile and providing publishers with the control to order how their published pieces are displayed on section pages.

For this reason, publishers can add the following markup within the HTML code of any article to define the exact order articles are displayed in a Marfeel Progressive WebApp's section pages:

data-mrf-order=""
CODE

The value can be any number.

Usage example

<div data-mrf-article data-mrf-order="2" data-mrf-layout="PILL" class="collection">
   <div class="hpHeader">
      <h6><a data-mrf-subtitle href="https://www.nytimes.com/section/magazine">From the Magazine</a></h6>
   </div>
CODE