Home:ALL Converter>Dropdown menu default value

Dropdown menu default value

Ask Time:2014-05-30T20:45:18         Author:Andrei Blu'zz

Json Formatter

I have a dropdown menu of pages, but after I go to a page selected, let's say "About us", the default title button of dropbown is the title of the page, "About us", so i want the title/default option to be "Please select a page" or something like that.

My code is this:

wp_dropdown_pages("title_li=&depth=1&sort_column=menu_order&child_of=".$post->post_parent."&echo=0&selected=$currPage");

What i'm doing wrong or how my code should look?

Author:Andrei Blu'zz,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/23954985/dropdown-menu-default-value
yy