issue with if/elseif in_array inside foreach loop display only one post
I try to attribute a specific background-color to each post if one of categories of post corresponding to one category.
My function works but is restricted to display only one post in result.
If I delete this function, all post are displayed.