Links to categories
-
Hi,
I’m currently using the following code to display the first category of every post on the page:
<?php $category = get_the_category(); echo $category[0]->cat_name; ?>
This works great, however does anyone know how to then link to the category chosen.
e.g The selected category is ‘gaming’ so on the actual page (single.php) it shows like so:
GamingThanks to anyone who can help me out!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Links to categories’ is closed to new replies.