From: Anthony Talarico Date: Thu, 25 May 2017 17:11:07 +0000 (-0400) Subject: adding lost password form and breadcrumbs to members only page X-Git-Tag: v1.0.0^2~36 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=f97f9c3a160337ceb9b383504ce8e2fa813190ea;p=WP-Themes%2Fphsacf.git 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 --- 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 "
"; - } - ?> - - +