Notifications
Clear all
OSClass Free Themes
3
Posts
2
Users
1
Reactions
109
Views
Topic starter
Hi,
I'm trying to remove all numbers/counts of categories and subcategories in the Home page.
I have found some information for Modern theme, to change main.php but they do not seem to apply for osclasswizards theme.
Any help in this?
Thankk you
Posted : September 26, 2021 00:01
Modern is a very old theme, different from Osclasswizards and Bender.
This will give you an idea where the changes are due
Open theme's functions.php (version 2.0.6), and in lines 302 and 304 remove
<span><?php echo $_total_items ; ?></span>
then at lines 312 and 314 remove
<span>(<?php echo osc_category_total_items() ; ?>)</span>
Posted : September 26, 2021 00:29
Stationary Traveller reacted
Topic starter
Thanks, works ok.
Posted : September 26, 2021 10:03