• Hi there,

    Is there a way to hide the parent category of the category taxonomy? I have only one parent directory, but many levels of subdirectories. When the page loads, I would like to have directly the first 4 subdirectories showing up and not the one parent.

    Thanks!

    josé

Viewing 1 replies (of 1 total)
  • Plugin Author Miguel Useche

    (@skatox)

    No, currently no. You would need to edit plugin’s source code or hide the parent category text using CSS. Something like this might help (maybe you need to improve it or adapt it to your plugin)

    .jaw_widget > li > a {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to hide the parent category’ is closed to new replies.