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(