Return to Snippet

Revision: 23465
at February 8, 2010 10:35 by hstothard


Initial Code
<?php $category = get_the_category(); echo $category[0]->cat_name;?>
<?php $category = get_the_category(); echo $category[0]->category_description; ?>

Initial URL


Initial Description


Initial Title
Wordpress - Category title and description in template

Initial Tags
wordpress, category

Initial Language
PHP