I am trying to display the category description on top of category page. So I have added that to index.php in /montezuma/admin/main-templates/index.php as I think the category page is loaded from the index.php.
Code:
<?php print "test"; if( is_category() ) { echo category_description( $category_id ); } ?>
If anyone can help, he/she is welcome.
Thanks.