Workaround for pages dropdown menu
-
Using this setup I can get a dropdown list of categories using the dropdown_cats function. Could I do the same thing for pages with a workaround to display page numbers and slugs? Any thoughts on what that workaround would look like?
<form action="/index.php" method="get"><select name="cat" onchange="submit(this.form)"><option>Article Categories</option><?php dropdown_cats(); ?></select></form>
- The topic ‘Workaround for pages dropdown menu’ is closed to new replies.