From c9ee301100b0e21f62a46651f65a172b40b50f3f Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Fri, 8 Mar 2019 08:36:23 -0700 Subject: [PATCH] enqueue styles for parent theme too --- functions.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 functions.php diff --git a/functions.php b/functions.php new file mode 100644 index 0000000..60dbe1c --- /dev/null +++ b/functions.php @@ -0,0 +1,23 @@ +get('Version') + ); +} +add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' ); + + +// theme mods +// set_theme_mod( 'page_layout', 'one-column' ); + + +?> \ No newline at end of file