Advertisement:

Author Topic: How to remove item counts in front of category and sub-category?  (Read 3619 times)

psrb4u

  • Newbie
  • *
  • Posts: 2
How can I remove item count which displays in front of main category and sub-category on the home page? Any help will be highly appreciated.

The attached image can help in finding out the exact problem.

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: How to remove item counts in front of category and sub-category?
« Reply #1 on: October 08, 2013, 06:28:48 pm »
Hi,

In your Bender functions.php locate all the occurences (I think there are 3) of:

Code: [Select]
(<?php echo osc_category_total_items() ; ?>)
and erase them (of course keep the original file as backup in case something goes wrong).

Regards