Home > Wordpress > Get current category id – WordPress

Get current category id – WordPress

<?php

function getCurrentCatID(){

global $wp_query;

if(is_category() || is_single()){

$cat_ID = get_query_var(‘cat’);

}

return $cat_ID;

}

echo $getCurrentCatID();

?>

EmailFacebookLinkedInMySpaceDiggTumblrStumbleUponShare
Beginner's Guide....
Categories: Wordpress Tags: , ,
  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.

Switch to our mobile site