• Resolved nick50119

    (@nick50119)


    I am working on a plugin (baseballNuke). I am trying to create a dropdown list to in the admin page where a user can select the page where the widget will be displayed. To do this, I used wp_dropdown_pages.

    wp_dropdown_pages(array('name'=>'bbnuke_plugin_option_locations_page','selected'=>$locations_page))'

    It appears that wp_dropdown_page returns the page ID. How do I get this to play nice with permalinks?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘using wp_dropdown_pages with permalinks?’ is closed to new replies.