Adding description to a category!
Hi there,
I'm trying to add a description to every category on the Simple catch theme, but so far no luck.
How do I integrate the "http://wordpress.org/plugins/allow-html-in-category-descriptions/" into my theme?
Otherwise where can I paste this code to allow category description?
<?php echo category_description( $category_id ); ?>
?
Thanks in advance!