Drop down menu alphabetical list
-
Been trying to find an answer, I have a query string to fill in a drop down menu:
query_posts(array(
‘posts_per_page’ => -1,
‘post_type’ => ‘post’,
‘orderby’=> ‘name’,
‘order’ => ‘ASC’,
‘cat’ => 30In order to make this work so the order of the drop down was alphabetical I had to make sure all the permalinks were “last name-firstname” but that’s not how WordPress forms them automatically, it’s first name first. Can the query be changed, I’m still new.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Drop down menu alphabetical list’ is closed to new replies.