WordPress theme options Menu

You need to hook your function to the admin_menu action:

add_action( 'admin_menu', 'wpt_add_theme_page' );