get_the_category() not true
-
My code:
$curr=get_the_category(); echo '<p> Result = ' . $curr[0]->cat_ID . '</p>';
My URL of current category: https://localhost:8000/kgd/?cat=3
But I received Result = 7
Where is wrong?
Thanks.
https://codex.www.ads-software.com/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.