diff --git a/functions.php b/functions.php index 6ab5a2d..2833356 100644 --- a/functions.php +++ b/functions.php @@ -5,7 +5,11 @@ // enqueue styles -wp_enqueue_style( 'style', get_stylesheet_uri() ); + +function melville_theme_styles(){ + wp_enqueue_style( 'style', get_stylesheet_uri() ); +} +add_action( 'wp_enqueue_scripts', 'melville_theme_styles' ); //include 'plugins/drop-caps/wp_drop_caps.php'; if (!function_exists('arl_kottke_archives')) {