From 8153a3b70d1de42b1a506c61a15062b1176450bc Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Wed, 14 Mar 2018 10:47:33 -0400 Subject: [PATCH] Initial commit --- functions.php | 14 ++++++++++++++ style.css | 8 ++++++++ 2 files changed, 22 insertions(+) create mode 100644 functions.php create mode 100644 style.css diff --git a/functions.php b/functions.php new file mode 100644 index 0000000..7134f55 --- /dev/null +++ b/functions.php @@ -0,0 +1,14 @@ +get('Version') + ); +} +add_action( 'wp_enqueue_scripts', 'simplent_child_enqueue_styles' ); +?> \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..f18f373 --- /dev/null +++ b/style.css @@ -0,0 +1,8 @@ +/* + Theme Name: Jeremy's Simplent Child + Description: Jeremy's Simplent Child Theme + Author: Jeremy Dormitzer + Template: simplent + Version: 1.0.0 + Text Domain: simplent-child +*/