Display Primary Category link
-
Thanks to @marcorroma I managed to get the primary category! However, the link is missing. How can I add it to this code?
<?php $category = get_the_category(); $category[0]->cat_name; $category_link = get_category_link( $category[0] ); ?> <?php echo $category[0]->cat_name; ?>
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Display Primary Category link’ is closed to new replies.