My request is simple. I want to keep my blog list ordered by created_at DESC
but I want also to show the featured posts in top.
Let's say that I have 4 categories : Gold, Silver, Bronze and Other ...
I want to display the Gold posts first.
Then the Silver posts.
Followed by the Bronze posts.
And finally the others.
All of them should be ordered by created_at DESC
.
- Is there a feature out of the box to do that ?
- Or should I create a new plugin to extend Blog with this feature ?
What do you think ?