Wordpress Hide Subcategories

1 replies
I have a video website and I want to hide subcategories

I want the categorys only to show the FIRST child category level....

currently my php tag for the wp_list_categories is...


<?php wp_list_categories('&title_li='); ?>


what do i have to get this done? I know it involves the depth=1 code somehow but i dont know how to implement it
#hide #subcategories #wordpress

Trending Topics