From f97f9c3a160337ceb9b383504ce8e2fa813190ea Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 25 May 2017 13:11:07 -0400 Subject: [PATCH] adding lost password form and breadcrumbs to members only page moving breadcrumbs out of the members only conditional in the interior page template, and added the lost password partial to the theme --- parts/glm-members-only-lostpass-form.php | 24 ++++++++++++++++++++++++ sections/interior-page.php | 21 +++++++++++---------- 2 files changed, 35 insertions(+), 10 deletions(-) create mode 100644 parts/glm-members-only-lostpass-form.php diff --git a/parts/glm-members-only-lostpass-form.php b/parts/glm-members-only-lostpass-form.php new file mode 100644 index 0000000..dbdf0e6 --- /dev/null +++ b/parts/glm-members-only-lostpass-form.php @@ -0,0 +1,24 @@ + Lost Password? +
+ +

+ +

+ +
+

+

+ +

+ +

+
+
\ No newline at end of file diff --git a/sections/interior-page.php b/sections/interior-page.php index 10bb7bd..c4dc424 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -1,6 +1,16 @@
+
+ "; + bcn_display(); + echo "
"; + } + ?> + +
ID ) === "members-only-template.php") { ?> @@ -23,16 +33,7 @@
-
- "; - bcn_display(); - echo "
"; - } - ?> - - +
-- 2.17.1