/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<h2><?php foreach((get_the_category()) as $category) { echo $category->cat_name . ' '; } ?></h2>