How can I hide children categories/ sub-categories using categories widget that comes with wordpress.
Is there any other widget that can help and works well with 2.9.1 ?
How can I hide children categories/ sub-categories using categories widget that comes with wordpress.
Is there any other widget that can help and works well with 2.9.1 ?
Consider downloading and installing Otto's PHP Code Widget.
Then use the depth=1 argument template tag, wp_list_categories(), in one of those widgets. Something like:
<?php wp_list_categories('depth=1'); ?>Thanks Solved !
This topic has been closed to new replies.