From d2be68f232b5675ff0604fd2459ffd65066b28d4 Mon Sep 17 00:00:00 2001
From: Laury GvR
Date: Fri, 18 Oct 2019 09:48:28 -0400
Subject: [PATCH] Addition of navigation include file, template parts, test
statements, prelim index content.
---
footer.php | 2 +-
functions.php | 1 +
header.php | 4 +-
home.php | 2 +-
includes/navigation.php | 13 +++++
index.php | 26 ++++++++++
page.php | 2 +-
search.php | 2 +-
single.php | 2 +-
template-parts/content/content-excerpt.php | 33 ++++++++++++
template-parts/content/content-none.php | 53 +++++++++++++++++++
template-parts/content/content-page.php | 56 ++++++++++++++++++++
template-parts/content/content-single.php | 55 ++++++++++++++++++++
template-parts/content/content.php | 59 +++++++++++++++++++++
template-parts/footer/footer-widgets.php | 24 +++++++++
template-parts/header/entry-header.php | 46 +++++++++++++++++
template-parts/header/site-branding.php | 60 ++++++++++++++++++++++
template-parts/post/author-bio.php | 30 +++++++++++
template-parts/post/discussion-meta.php | 32 ++++++++++++
19 files changed, 496 insertions(+), 6 deletions(-)
create mode 100644 includes/navigation.php
create mode 100644 template-parts/content/content-excerpt.php
create mode 100644 template-parts/content/content-none.php
create mode 100644 template-parts/content/content-page.php
create mode 100644 template-parts/content/content-single.php
create mode 100644 template-parts/content/content.php
create mode 100644 template-parts/footer/footer-widgets.php
create mode 100644 template-parts/header/entry-header.php
create mode 100644 template-parts/header/site-branding.php
create mode 100644 template-parts/post/author-bio.php
create mode 100644 template-parts/post/discussion-meta.php
diff --git a/footer.php b/footer.php
index 8466045..27495b4 100644
--- a/footer.php
+++ b/footer.php
@@ -11,7 +11,7 @@
* @since 1.0.0
*/
?>
-
+ footer
>
-
test
\ No newline at end of file
+
test
+
header
+ 'header-menu' ) ); ?>
\ No newline at end of file
diff --git a/home.php b/home.php
index cd3cb7e..d54433d 100644
--- a/home.php
+++ b/home.php
@@ -9,6 +9,6 @@
get_header(); ?>
-
+
home
__( 'Header Menu' ),
+ 'extra-menu' => __( 'Extra Menu' )
+ )
+ );
+ }
+ add_action( 'after_setup_theme', 'register_my_menus', 0 );
+}
diff --git a/index.php b/index.php
index f81d04b..b0942e5 100644
--- a/index.php
+++ b/index.php
@@ -9,6 +9,32 @@
+
index
+
+