Shows an indented list of all sub categories and categories.
1 2 3 |
<?php wp_list_categories('orderby=ID&exclude=3,10,1,16,38&title_li=<span class="sidebar_heading d_shadow">' . __('Categories') . '</span>'); ?> |
Shows an indented list of all sub categories and categories.
1 2 3 |
<?php wp_list_categories('orderby=ID&exclude=3,10,1,16,38&title_li=<span class="sidebar_heading d_shadow">' . __('Categories') . '</span>'); ?> |
© 2022 CODEHAVEN