How do loop categories post from according in WordPress? is it impossible to solve this problem?

Thanks all for help here the link about solved it

bcworkz
(@bcworkz)

37 minutes ago

There are two issues I see. $cat_array is an array of IDs, not objects, so the ‘cat’ query arg should just be 'cat' => $cat,

The other is when you use setup_postdata( $post ), you must explicitly declare global $post;