Advertisement:

Author Topic: categories not working  (Read 194 times)

zlotowinfo

  • Newbie
  • *
  • Posts: 18
  • https://oga.pl
categories not working
« on: June 12, 2019, 02:49:02 pm »
https://oga.pl
there are some offers in "Praca i Usługi (0)"
but cant go inside category

Renew Ads Plugin
   This plugin enables users to renew ads and add some clean up option to admin.
Wersja:1.0.4 | Przez cartagena68 | Strona wtyczek


1. how to renew ads with update main category counts
2. how to enable categories even no ads there

zlotowinfo

  • Newbie
  • *
  • Posts: 18
  • https://oga.pl
Re: categories not working
« Reply #1 on: June 22, 2019, 08:56:04 pm »
ok i found,
oc-content/themes/bender/functions.php
                    <a class="category <?php echo $_slug; ?>" href="#"><?php echo $_name ; ?></a> <span>(<?php echo $_total_items ; ?>)</span>

changed to same like higher
                    <a class="category <?php echo $_slug; ?>" href="<?php echo $_url; ?>"><?php echo $_name ; ?></a> <span>(<?php echo $_total_items ; ?>)</span>