Forums
(@metadesign)
12 years, 8 months ago
i did this. here is the code <?php foreach((get_the_category()) as $category) { echo '<a href="' . get_category_link( $category->cat_ID ) .'">' . $category->name.'</a>';} ?>
<?php foreach((get_the_category()) as $category) { echo '<a href="' . get_category_link( $category->cat_ID ) .'">' . $category->name.'</a>';} ?>