Wordpress Hide Subcategories

by 1 replies
2
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
#programming #hide #subcategories #wordpress

Next Topics on Trending Feed