'ffffff', 'border' => 'f1f1f1', 'text' => '555555', 'link' => '059bff', 'url' => 'e5f2bf', ); $content_width = 575; // pixels if ( ! function_exists( 'neutra_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 neutra_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( 'neutra', get_template_directory() . '/languages' ); /** * This theme uses wp_nav_menu() in one location. */ register_nav_menus( array( 'primary' => __( 'Primary Navigation', 'neutra' ), ) ); /** * Add default posts and comments RSS feed links to head */ add_theme_support( 'automatic-feed-links' ); /** * This theme supports custom background color and image, and here * we also set up the default background color. */ add_theme_support( 'custom-background' ); add_theme_support( 'print-style' ); } endif; // neutra_setup add_action( 'after_setup_theme', 'neutra_setup' ); function neutra_page_menu() { ?>