So i figured out the whole blog post in most recent order thing (the tutorial was great) But I’m having trouble understanding or finding how I can make the latest post a featured post with different styling and have a grid of posts underneath it. Basically want somthing like this:
<header>...</header>
<primary>post 4</primary> <-- make this big and prominent -->
<additional>post 3</additional> <--grid of posts-->
<additional>post 2</additional>
<additional>post 1</additional> <--grid of posts-->
<footer>...</footer>