Highlighted Blogposts

In this lesson, we will change the order of blogposts based on a feature that positions the highlighted blogpost first.

We'll cover the following...

Formatting the third blogpost

Let’s make the third blogpost highlighted by adding a highlighted class to it:

<div class="blogpost highlighted">
  <img
    src="/udata/WPVy7kaW8e6/720x480.png" 
    alt="placeholder image"
    class="blogpost-thumbnail" />
  <h3
...