Not showing category description on vm home page.
I add this line in default_categories.php :
Category Description
<?php echo $this->category->category_description ; ?>
But nothing show.
It was easy to find out it by my self
juct need to delate this-> from code
Category Description
<?php echo $category->category_description ; ?>