From 298fe0a0641620ade7eb660a066fdd8e13c80c6e Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 8 Aug 2016 12:46:04 -0400 Subject: [PATCH] Members only login form options added. --- parts/glm-members-only-login-form.php | 41 ++++++++++++++++++--------- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/parts/glm-members-only-login-form.php b/parts/glm-members-only-login-form.php index bfb33af..66256b1 100644 --- a/parts/glm-members-only-login-form.php +++ b/parts/glm-members-only-login-form.php @@ -1,25 +1,38 @@
-

The information you entered is incorrect. Please try again. - + Please enter both username and password. - - Please log in with your username and password. -
If you need assistance, email () or call () + + Please log in with your username and password. + + If you need assistance, "; + if ($supportEmail) { + echo "email (".$supportEmail.")"; + if ($supportPhone) { + echo " or "; + } + } + if ($supportPhone) { + echo "call (".$supportPhone.")"; + } + } + ?>

-
+
- + wp_login_form(1, get_permalink()); + ?>
- + \ No newline at end of file -- 2.17.1