'ffffff', 'border' => 'dddddd', 'text' => '000000', 'link' => '57ad68', 'url' => '57ad68', ); } // Add print stylesheet. add_theme_support( 'print-style' ); } add_action( 'after_setup_theme', 'independent_publisher_wpcom_setup' ); /** * WordPress.com specific styles */ function independent_publisher_wpcom_styles() { wp_enqueue_script( 'independent-publisher-wpcom-functions', get_template_directory_uri() . '/inc/script-wpcom.js', array( 'jquery' ), '20150806', true ); wp_enqueue_style( 'independent-publisher-wpcom-style', get_template_directory_uri() . '/inc/style-wpcom.css', '20150827' ); } add_action( 'wp_enqueue_scripts', 'independent_publisher_wpcom_styles' );