diff --git a/functions.php b/functions.php index b69e582..1780917 100644 --- a/functions.php +++ b/functions.php @@ -1,5 +1,14 @@ settings["dir"] = WP_CONTENT_URL."/plugins/advanced-custom-fields/"; + } +} + add_action( 'wp_enqueue_scripts', 'td_theme_styles' ); function td_theme_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );