News:

Looking for documentation? Take a look on our wiki

Main Menu

Not showing category description

Started by hypogeum, February 19, 2012, 12:58:55 PM

Previous topic - Next topic

hypogeum

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.

hypogeum

It was easy to find out it by my self

juct need to delate this-> from code

Category Description
<?php echo $category->category_description ; ?>