Hi,
I need to add a category description on my K2 categories, I tell it to show and all, but nothing ever pops up.. Is it possible to add one to begin with?
Thanks in advance,
G
<?php if($this->params->get('catDescription')): ?>
<!-- Category description -->
<p><?php echo $this->category->description; ?></p>
<?php endif; ?>