help.. category link
-
anyone knows how to add a category link?
<?php
foreach((get_the_category()) as $category) {
echo substr($category->cat_name, 0, 18) . ”;
} ?>that code only display the category but it has no link..
i don’t want to use the the_category coz i cant limit the category title.
any idea please. please
thanks in advance
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘help.. category link’ is closed to new replies.