From 2ecb13e1c93cf0d756d6e990449dd409c1e5e67c Mon Sep 17 00:00:00 2001 From: Jacob Haddon Date: Tue, 12 Nov 2019 19:01:18 -0500 Subject: [PATCH] updatingx --- functions.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functions.php b/functions.php index 8b0f731..201c2a4 100644 --- a/functions.php +++ b/functions.php @@ -2,11 +2,16 @@ // function file for mfwpt +// enqueue the stye + function mytheme_enqueue_style() { wp_enqueue_style( 'style', get_stylesheet_uri() ); } add_action( 'wp_enqueue_scripts', 'mytheme_enqueue_style' ); + +//set up the menus + function register_my_menus() { register_nav_menus( array(