Sidebar Menu Help Needed Very Bad
-
I want to have a sidebar menu that looks like this:
Parent (#1)
Child (#1)
Child (#2)
Child (#3)
Parent (#2)
Child (#1)
Child (#2)
Child (#3)
I want the children to be sorted in ascending order based on name of category. I currently have this in my sidebar.php file.
- <h2>Categories</h2>
<li id=”categories”><?php _e(‘Categories:’); ?>
-
<form action=”<?php echo $PHP_SELF ?>” method=”get”>
<?php dropdown_cats(sort_order); ?>
<input type=”submit” name=”submit” value=”view” />
</form>
Can anyone help?
The topic ‘Sidebar Menu Help Needed Very Bad’ is closed to new replies.