'', 'border' => '', 'text' => '', 'link' => '', 'url' => '', ); } /* Add WP.com print styles */ add_theme_support( 'print-styles' ); } add_action( 'after_setup_theme', 'clearthoughts_wpcom_setup' ); /* * WordPress.com-specific styles */ function clearthoughts_wpcom_styles() { wp_enqueue_style( 'clearthoughts-wpcom', get_template_directory_uri() . '/inc/style-wpcom.css', '20160411' ); } add_action( 'wp_enqueue_scripts', 'clearthoughts_wpcom_styles' );