get primary category
-
Hello,
Thank you for the great plugin!
I am trying to get the name of the permalink category to display, but the following code does not work:
<div class="featured-cat"><?php $category = get_the_category(); echo $category[0]->cat_name; ?></div>
The above code just displays the first category, which is ordered alphabetically. Is there any way I can get the main permalink category for display purposes? Something like what Yoast has done here: https://www.joshuawinn.com/using-yoasts-primary-category-in-wordpress-theme/ for example.
Thank you in advance,
Donna
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘get primary category’ is closed to new replies.