WordPress : Adding Administration Menus
If you want to give your pluging an options page,you must set a administration menu or options sub menu. Some manual can find it on wordpress.org. OK,to add an administration menu, you must do three things: 1. Create a function that contains the menu-building code 2. Register the above function using the ...