When writing a blog, often you may want to make the latest post stand out from the post list. This is easy to achieve with Ghost CMS, by simply editing your theme with a few lines of code. This post will show you how to do exactly that.
When you have a blog, sometimes you may want to feature your most popular or important posts above the others. You could do this in various ways but the easiest and recommended way is to use the get helper with some filtering to get the featured posts.