Getting category id of current post
- by admin
- 0
<?php
$categories = get_the_category( $post->ID );
$categories = (array) $categories[‘0’];
$catid=$categories[‘term_id’]; ?>
<?php $categories = get_the_category( $post->ID ); $categories = (array) $categories[‘0’]; $catid=$categories[‘term_id’]; ?>
<?php $categories = get_the_category( $post->ID ); $categories = (array) $categories[‘0’]; $catid=$categories[‘term_id’]; ?>