'f9f7f5', 'border' => 'dfdad5', 'text' => '444444', 'link' => '4265a7', 'url' => 'beaa99', ); endif; } add_action( 'after_setup_theme', 'titan_theme_colors' ); /** * Adds support for WP.com print styles */ function titan_print_styles() { add_theme_support( 'print-style' ); } add_action( 'after_setup_theme', 'titan_print_styles' ); //WordPress.com specific styles function titan_wpcom_styles() { wp_enqueue_style( 'titan-wpcom', get_template_directory_uri() . '/inc/style-wpcom.css', '080213' ); } add_action( 'wp_enqueue_scripts', 'titan_wpcom_styles' );