Get category from event in PHP
-
Hi, I tried to get the category of events using the same php code as with normal post, but that doesn’t work.
<?php $category = get_the_category(); $firstCategory = $category[0]->cat_name; echo strtolower($firstCategory); ?>What should be changed to echo the category of the event?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Get category from event in PHP’ is closed to new replies.