Alphabetizing dropdown categories in 2.3
-
Hi all – I’ve just put a code in the sidebar of my theme for dropdown categories, and it worked fine on earlier versions of WP, but now the alphabetizing doesn’t work in 2.3, can anyone help?
Here’s the code I’m using:
<ul> <li> <form action="<?php echo $PHP_SELF ?>" method="get"> <div style="text-align:center"> <p><?php dropdown_cats(TRUE, 'Choose...', 'NAME'); ?></p> <p><input type="submit" name="submit" value="Go!" /></p> </div> </form> </li> </ul>
TIA!
Michelle
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Alphabetizing dropdown categories in 2.3’ is closed to new replies.