Hide empty category at specific category page.

Hello,
Is it possible to hide empty category in filter at specific category page.
For example I have categories and subcategories like this :
Parent: Australia
sub: Tours Australia
sub: Holidays Australia
Parent: USA
Sub: Tours USA
Sub: Holidays USA
etc....

Now when I am in /category/australia/ I see in filter all the categories. But i need to show only subcategories(Tours Australia and Holidays Australia) of Australia. 

I hope that i explained correct. 

Thanks in advance.

Greetings,
Atanas Kostadinov


Comments

  • Hello,
    It's basic Wordpress functionality, and it cannot be changed in the theme options.
    You would have to edit the wordpress files to achieve that, but we do not support it.

    Thanks
  • The category you want to delete (unseen) can be used as the 'display:none;' code using the css selector.
  • lucas72 is right.
    But you would have to use Advanced CSS code - I mean, it have to recognize which page is it (to not to hide it on whole website) and which item is it - in this case, you have to catch it by independent class or id or :nth-child property.

    Unfortunately, we cannot create that code because it require a lot of advanced css code, and we only provide help with the minor css tweaks.
    Thanks
Sign In or Register to comment.