/ Published in: CSS
Expand |
Embed | Plain Text
<h2><?php foreach((get_the_category()) as $category) { echo $category->cat_name . ' '; } ?></h2>
You need to login to post a comment.
lromak on 10/14/10
1 person have marked this snippet as a favorite
<h2><?php foreach((get_the_category()) as $category) { echo $category->cat_name . ' '; } ?></h2>
You need to login to post a comment.