Guest User

Untitled

a guest
Jun 18th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. <?php
  2. $category = get_the_category();
  3. echo $category[0]->cat_ID;
  4. ?>
Add Comment
Please, Sign In to add comment