Alphabetizing categories in drop-down menu.
-
Hi all, I’m tinkering today. Decided to put a drop-down menu on my site for my categories, since I have a fair few. I read through the archives and found the code for alphabetizing, so I put that in and it worked fine. Then installed the code for the drop down box and that worked fine. I managed to put the two together and even integrate it into my theme without making my computer explode. But now the alphabetizing doesn’t work, I’ve probably got it in the wrong spot or something. Can someone have a look and let me know what I’ve got wrong here?
<h2><?php _e('Post Categories:'); ?></h2>
<ul>
<li>
<form action="<?php echo $PHP_SELF ?>" method="get">
<div style="text-align:center">
<?php dropdown_cats('sort_column=name'); ?><input type="submit" name="submit" value="Go!" />
</div>
</form>
</li>
</ul>Thanks! ??
- The topic ‘Alphabetizing categories in drop-down menu.’ is closed to new replies.