'fff', 'border' => '333', 'text' => '333', 'link' => '666', 'url' => '666', ); endif; } add_action( 'after_setup_theme', 'the_columnist_theme_colors' ); /** * Adds support for WP.com print styles */ function the_columnist_print_styles() { add_theme_support( 'print-style' ); } add_action( 'after_setup_theme', 'the_columnist_print_styles' ); //WordPress.com specific styles function the_columnist_wpcom_styles() { wp_enqueue_style( 'the_columnist-wpcom', get_template_directory_uri() . '/inc/style-wpcom.css', '080113' ); } add_action( 'wp_enqueue_scripts', 'the_columnist_wpcom_styles' );