Return to Snippet

Revision: 38960
at January 11, 2011 02:53 by dloop


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

Initial URL


Initial Description


Initial Title
Wordpress: Display Category Name Without Link

Initial Tags


Initial Language
PHP