I'm having some real trouble finding the solution to this.
I'd like to make the class of posts displayed on my home page defined by the category slug of the category they belong to.
Like so:
<div class="category-slug">
Post content
</div>
I cannot find the solution to this anywhere. Can anyone please direct me?
Many thanks in advance.