Forums
(@gszhl)
15 years, 6 months ago
<?php foreach((get_the_category()) as $category) { echo $category->cat_name . ‘ ‘; } ?>