Return to Snippet

Revision: 21823
at December 22, 2009 05:59 by AlessandroCoscia


Initial Code
<?php
if (is_category())
   echo single_cat_title();
?>

Initial URL


Initial Description
How to get actual category name in wordpress if is_category() is true

Initial Title
Wordpress - Get actual category name

Initial Tags
wordpress, category

Initial Language
PHP