Custom Snippet June 16, 2015 Public Nikolay Waysman Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Cat by post ID global $post; $category = get_the_category($post->ID); echo $category[0]->cat_ID;