'ffffff', 'text' => '000000', 'link' => 'cc6600', 'border' => '2b658b', 'url' => 'ff9900', ); $content_width = 450; add_theme_support( 'automatic-feed-links' ); // Custom background add_custom_background(); add_theme_support( 'print-style' ); function sapphire_custom_background() { if ( '' != get_background_color() && '' == get_background_image() ) { ?> '
' )); function wp_widget_pages_control() { $options = $newoptions = get_option('widget_pages'); if ( $_POST['pages-submit'] ) { $newoptions['title'] = strip_tags(stripslashes($_POST['pages-title'])); $sortby = stripslashes( $_POST['pages-sortby'] ); if ( in_array( $sortby, array( 'post_title', 'menu_order', 'ID' ) ) ) { $newoptions['sortby'] = $sortby; } else { $newoptions['sortby'] = 'menu_order'; } $newoptions['exclude'] = strip_tags( stripslashes( $_POST['pages-exclude'] ) ); } if ( $options != $newoptions ) { $options = $newoptions; update_option('widget_pages', $options); } $title = esc_attr( $options['title'] ); $exclude = esc_attr( $options['exclude'] ); ?>