In this article I refer to a rebuild of the Finsweet Client First Template 1. Finished site is here
There are 3 possible blog page types in Versoly
Featured post
As with Webflow, add a switch for “Featured post”. But Versoly does the “Sort” and “Filter” within the CMS, not on the page.
We do this in Site Settings > Collections
We create a new Collection (blogFeatured) and Filter according to the Featured Switch in the collection.
But we also need to have one item in shown in the first section of the page. so we add Show Items > Items Shown > 1.
And then we’ll need to choose the order in which the items is shown so we’ll Sort Items > Field Name: Published By > Sort By: Descending
One item only <template v-if="postIndex > 0">
<div>child</div>
</template>