Primary Category stopped displaying
-
The primary category no longer appears on posts. Just the category. Example here. https://ysnews.com/news/2013/11/creative-spark
The coder used this PHP code to pull the primary category in the single.php file.
<span class="slug"><?php $category = get_the_category(); echo end($category)->cat_name; ?></span>I’m not sure what the problem could be. Any tips are helpful.
One thought I had was, is there a way to pull the primary category directly in the PHP code?
Thanks
Bryan
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Primary Category stopped displaying’ is closed to new replies.