Show posts from one category with thumbnail and description on latest
I don’t know of any widgets or plugins that do this by default. To create this within your theme you would need to write multiple query loop that goes through each category then queries the latest posts from each with a counter so the top post can be styled differently. Quick example. $cats = get_categories(); … Read more