'ffffff', 'text' => '656565', 'link' => '707070', 'border' => 'c9d9e6', 'url' => '516f86', ); // actually 483px $content_width = 480; function light_body_class( $classes, $class ) { return $class; } add_filter( 'body_class', 'light_body_class', 1, 2 ); if ( function_exists( 'register_sidebars' ) ) register_sidebars( 1 ); add_theme_support( 'automatic-feed-links' ); add_custom_background(); register_nav_menus( array( 'primary' => __( 'Primary Navigation', 'light' ), ) ); /** * Enqueue scripts and styles */ function light_scripts() { wp_enqueue_style( 'light', get_stylesheet_uri() ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); } add_action( 'wp_enqueue_scripts', 'light_scripts' ); function light_page_menu() { $pg_li = ''; // fallback for primary navigation ?>