get_the_category() not true
-
My code:
$curr=get_the_category(); echo '<p> Result = ' . $curr[0]->cat_ID . '</p>';My URL of current category: http://localhost:8000/kgd/?cat=3
But I received Result = 7
Where is wrong?
Thanks.
http://codex.wordpress.org/Function_Reference/get_the_category
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘get_the_category() not true’ is closed to new replies.