mozack Posted October 18, 2010 Share Posted October 18, 2010 Hi,I was forced to add 01. , 02. to place categories order correctly. In menu and other places it works and the number dont appear with category name.Now, i have a small mod to show category name in header. And when it shows the category name, the number appear with name, ex.: 01. IpodsHow to remove the number as it shows in Category Page?I try both {$category->name|escape:'htmlall':'UTF-8'} and {$category_name} and none of them are working.Hope someone can tell me how.RegardsMozack Link to comment Share on other sites More sharing options...
mozack Posted October 18, 2010 Author Share Posted October 18, 2010 Hi,I solve the problem. It was in header.php when i add a new code to it. I have to put: $category->name = Category::hideCategoryPosition($category->name); instead $category->name only.ThanksMozack Link to comment Share on other sites More sharing options...
Recommended Posts