From 05c360a6dce5171897aa7d6bba27c4ce232c12b4 Mon Sep 17 00:00:00 2001 From: voblak2 Date: Mon, 27 Jul 2020 20:52:51 -0500 Subject: [PATCH] More additons --- footer.php | 18 ++++++++++++------ functions.php | 3 +++ header.php | 9 ++++++--- index.php | 4 ++-- 4 files changed, 23 insertions(+), 11 deletions(-) diff --git a/footer.php b/footer.php index 2a1070f..d00438b 100644 --- a/footer.php +++ b/footer.php @@ -3,32 +3,38 @@
diff --git a/functions.php b/functions.php index 22f8483..7fb7225 100644 --- a/functions.php +++ b/functions.php @@ -10,6 +10,9 @@ function ignite_files() add_action('wp_enqueue_scripts', 'ignite_files'); function university_features() { + register_nav_menu('headerMenuLocation', 'Header Menu Location'); + register_nav_menu('footerLocationOne', 'Footer Location One'); + register_nav_menu('footerLocationTwo', 'Footer Location Two'); add_theme_support('title-tag'); } diff --git a/header.php b/header.php index e79cc35..96fd280 100644 --- a/header.php +++ b/header.php @@ -9,19 +9,22 @@