'ffffff', 'text' => '000000', 'link' => 'cc6600', 'border' => '2b658b', 'url' => 'ff9900', ); $content_width = 450; add_theme_support( 'automatic-feed-links' ); /** * Let WordPress manage the document title. */ add_theme_support( 'title-tag' ); // Custom background add_custom_background(); add_theme_support( 'print-style' ); function sapphire_custom_background() { if ( '' != get_background_color() && '' == get_background_image() ) { ?> '
', 'after_widget' => '
' )); 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'] ); ?>


'', 'echo' => 0, 'sort_column' => $sortby, 'exclude' => $exclude) ); echo $before_widget; echo $before_title . esc_html( $title ) . $after_title; ?> get_template_directory_uri() . '/images/sapphirehead.jpg', 'default-text-color' => 'FFFFFF', 'width' => 740, 'height' => 180, 'wp-head-callback' => 'header_style', 'admin-head-callback' => 'sapphire_admin_header_style', ) ); } add_action( 'after_setup_theme', 'sapphire_custom_header_setup' ); if ( ! function_exists( 'wp_body_open' ) ) : /** * Fire the wp_body_open action. * * Included for backward compatibility with WordPress versions prior to 5.2. */ function wp_body_open() { do_action( 'wp_body_open' ); } endif; function sapphire_comment($comment, $args, $depth) { $GLOBALS['comment'] = $comment; extract($args, EXTR_SKIP); ?>
  • id="comment-">
    comment_approved == '0') : ?>
    'div-comment', 'depth' => $depth, 'max_depth' => $args['max_depth']))) ?>