adding link get_the_category
-
<?php
foreach((get_the_category()) as $category) {
echo ‘<img src=”https://example.com/images/’ . $category->cat_ID . ‘.jpg” alt=”‘ . $category->cat_name . ‘” />’;
}
?>Anyone got an idea on how to link this on there category?
thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘adding link get_the_category’ is closed to new replies.