<?php echo $cat->description; ?> to echo category description
<?php echo $cat->description; ?> to echo category description
category_description() returns the description
This works fine for me:
<?php echo category_description(); ?>
Its syntax doesnt seem to have changed since 2.2
thanks for the heads-up.
(it would have been so easy to keep backwards compatibilty, one would think.)
This topic has been closed to new replies.