Hidden categories on sub-nav menu are no longer hidden
-
I had several categories that were supposed to stay hidden and they are now visible on the sub-nav menu.
This was the code that used to work to hide specific categories on the menu:
<ul id="subnav"> <?php wp_list_categories('exclude=1,3,6,7,12,164,238,1709,21495,439&sort_column=name&title_li=&depth=2'); ?> </ul>
My site is https://www.vegasnews.com
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Hidden categories on sub-nav menu are no longer hidden’ is closed to new replies.