diff --git a/functions.php b/functions.php index 1b61f60c..cf3e149c 100644 --- a/functions.php +++ b/functions.php @@ -102,7 +102,7 @@ add_action( 'widgets_init', '_s_widgets_init' ); function _s_scripts() { global $post; - wp_enqueue_style( 'style', get_template_directory_uri() . '/style.css' ); + wp_enqueue_style( 'style', get_stylesheet_uri() ); wp_enqueue_script( 'jquery' );