advanced code snippet search
hstothard on 02/08/10
wordpress category
02/08/10 10:35am
1 person have marked this snippet as a favorite
BrianCoyDesign
<?php $category = get_the_category(); echo $category[0]->cat_name;?><?php $category = get_the_category(); echo $category[0]->category_description; ?>
Report this snippet Tweet
Comment:
You need to login to post a comment.