Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

wordpress single post get category name

$category = get_the_category();
$firstCategory = $category[0]->cat_name;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #wordpress #single #post #category
ADD COMMENT
Topic
Name
9+1 =