• Hello,

    I would like to know how to get rid of the ‘No categories’ bar at the right of my website.. I don’t use posts (only pages) so I don’t need categories…

    I tried for hours now too get it out of my website, but nothing works..? So, how to get rid of it?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • You will probably need to edit the relevant template in your theme and remove <?php wp_list_categories;?>.

    Thread Starter Agonius

    (@agonius)

    <?php wp_list_categories;?>. is not in ‘functions.php’.. So where can I find it?

    I never said it was in functions.php. Try looking in your other template files – header.php, sidebar.php etc.

    Hi Agonius, is this showing up because it was a hardcoded widget in the theme? If so, and you would prefer to not have to edit the theme files, just adding the widgets you do want causes the hardcoded ones to disappear.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to get rid of 'No categories'’ is closed to new replies.