/ Published in: PHP
URL: http://atharasicreative.com
Expand |
Embed | Plain Text
<ul> <?php if (get_option('pov_home_link')) : ?> <?php endif; ?> <?php foreach ( (get_categories('exclude='.get_option('pov_cat_ex') ) ) as $category ) { if ( $category->category_parent == '0' ) { ?> <li> <?php if (get_category_children($category->cat_ID) ) { ?> <ul><?php wp_list_categories('title_li&child_of=' . $category->cat_ID ); ?></ul> <?php } ?> </li> <?php } } ?> </ul>
You need to login to post a comment.
