I have a custom post type, Doctors, that I need to create a dropdown nav for. I just want it to populate a select list with all the posts of that CPT and navigate to that post on selection.
I'm doing a couple other dropdowns with wp_dropdown_categories, but I guess there's no built in function for listing a post type?