'eeeeee', 'text' => '000000', 'link' => 'cc0000', 'border' => '000000', 'url' => '5e0000', ); /** * Set the content width based on the theme's design and stylesheet. */ $content_width = 460; if ( ! function_exists( 'neo_sapien_setup' ) ) : /** * Sets up theme defaults and registers support for various WordPress features. * * Note that this function is hooked into the after_setup_theme hook, which runs * before the init hook. The init hook is too late for some features, such as indicating * support post thumbnails. */ function neo_sapien_setup() { /** * Make theme available for translation * Translations can be filed in the /languages/ directory * If you're building a theme based on superhero, use a find and replace * to change 'superhero' to the name of your theme in all the template files */ load_theme_textdomain( 'neosapien', get_template_directory() . '/languages' ); /** * Add default posts and comments RSS feed links to head */ add_theme_support( 'automatic-feed-links' ); /** * This theme uses wp_nav_menu() in one location. */ register_nav_menus( array( 'primary' => __( 'Primary Navigation', 'neosapien' ), ) ); /** * Enable support for Print Styles */ add_theme_support( 'print-style' ); /** * This theme supports custom background color and image, and here * we also set up the default background color. */ add_theme_support( 'custom-background' ); } endif; // superhero_setup add_action( 'after_setup_theme', 'neo_sapien_setup' ); /** * Fallback for primary navigation */ function neo_sapien_page_menu() { ?>