Hello,
Could someone with development skills help me out? Thanks
My website navigation displays categories. I would like to change the order, instead of alpabetical i woel like to display in by categorie number.
Can the be changed in the code? below a snapshot of my header.php
<!-- Category Nav Starts -->
<div id="cat_navi" class="wrap">
<ul id="secnav">
<?php if (get_option('woo_home_link') == "true") : ?>
<li><a href="<?php bloginfo('url'); ?>"><?php echo get_option('woo_home_link_text'); ?><br /><span><?php echo get_option('woo_home_link_desc'); ?></span></a></li>
<?php endif; ?>
<?php foreach ( (get_categories('exclude='.get_option('woo_cat_ex') ) ) as $category ) { if ( $category->category_parent == '0' ) { ?>
<li>
<a href="<?php echo get_category_link($category->cat_ID); ?>"><?php echo $category->cat_name; ?><br /> <span><?php echo $category->category_description; ?></span></a>
<?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>
</div>
<!-- Category Nav Ends -->
My site is http://www.iski.nl a skikleding site