/ Published in: PHP
This is useful if a post is in a child category and you only want to list the immediate category. Unlike get_categories which will show the parent categories as well.
Expand |
Embed | Plain Text
<?php $category = get_the_category(); ?>
You need to login to post a comment.
