'fefcfa', 'text' => '77756b', 'link' => '8e7d6c', 'border' => 'e6d5c4', 'url' => '8c4a4a', ); $content_width = 420; if ( function_exists('register_sidebars') ) register_sidebars(1); add_theme_support( 'automatic-feed-links' ); // Custom background add_custom_background(); add_theme_support( 'print-style' ); /** * Enqueue scripts and styles */ function jentri_scripts() { wp_enqueue_style( 'jentri', get_stylesheet_uri() ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); } add_action( 'wp_enqueue_scripts', 'jentri_scripts' ); function jentri_custom_background() { if ( '' != get_background_color() || '' != get_background_image() ) { ?>