so my category got slug 'aeroplanes' and I need to get category names from it, but I can't get it with
$category = get_the_category($post->ID);
echo $category[0]->cat_name;
cause it takes all posts from default category with category slug 'category'. How can I do that if I got category slug 'aerpolanes'?