post title area function custom_default_title($title){ $title = 'Type the title here'; return $title; } add_filter( 'enter_title_here', 'custom_default_title' );
my_custom_dashboard_widgets() { global $wp_meta_boxes; wp_add_dashboard_widget('custom_help_widget', 'Open a support request', 'custom_dashboard_help'); } function custom_dashboard_help() { echo 'To open a support request, just fill in this...'; } add_action('wp_dashboard_setup', 'my_custom_dashboard_widgets');
according to the user role function customize_meta_boxes() { global $current_user; get_currentuserinfo(); if ($current_user->user_level < 3) remove_meta_box('postcustom','post','normal'); } add_action('admin_init','customize_meta_boxes');
site. (http auth, IP, etc) 9. Backup the stage, too. 10. Emphasize training materials here. 11. In some cases, you can allow the client to deploy to live. Wait no.