Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

category title in post

<?php
foreach((get_the_category()) as $category) { 
    echo $category->cat_name . ' '; 
} 
?>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #category #title #post
ADD COMMENT
Topic
Name
9+4 =