'00355F', 'border' => '246192', 'text' => 'D4E7F7', 'link' => '87B2D8', 'url' => '4E8ABE' ); // Widgets register_sidebar( array( 'name' => __( 'Sidebar', 'andrea' ), 'id' => 'sidebar-1', 'description' => __( 'The sidebar widget area', 'andrea' ), 'before_widget' => '
  • ', 'after_widget' => '
  • ', 'before_title' => '

    ', 'after_title' => '

    ', ) ); // Feeds add_theme_support( 'automatic-feed-links' ); // Custom navigation menu register_nav_menus( array( 'primary' => __( 'Primary Navigation', 'andrea' ), ) ); // Custom background add_theme_support( 'custom-background' ); add_theme_support( 'print-style' ); } add_action( 'after_setup_theme', 'andrea_setup' ); /** * Enqueue scripts and styles */ function andrea_scripts() { wp_enqueue_style( 'andrea', get_stylesheet_uri() ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); } add_action( 'wp_enqueue_scripts', 'andrea_scripts' ); /** * Implement the Custom Header feature */ require( get_template_directory() . '/inc/custom-header.php' ); /** * Get our wp_nav_menu() fallback, wp_page_menu(), to show a home link. */ function andrea_page_menu_args( $args ) { $args['show_home'] = true; return $args; } add_filter( 'wp_page_menu_args', 'andrea_page_menu_args' ); /** *Changed wp_page_menu structure to get rid of the wrapped div and add menu_class arguments to