Forums
(@balkanguy)
17 years ago
Anyone?
This code displays category name outside of the loop, but don’t know how to make it work inside title tag
<?php foreach((get_the_category()) as $category) { echo $category->cat_name . ' '; } ?>