From: Laury GvR Date: Tue, 10 Jul 2018 20:35:00 +0000 (-0400) Subject: Add redirect toon landing page login, to the home page upon login X-Git-Tag: v1.0.3^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=e1d4ef03cc0c3c81ad854b0856dbd9ad55d37bbb;p=WP-Themes%2Fharborpointassociation2018.git Add redirect toon landing page login, to the home page upon login --- diff --git a/sections/landing-page.php b/sections/landing-page.php index 057bf2c..48a0c0b 100644 --- a/sections/landing-page.php +++ b/sections/landing-page.php @@ -2,7 +2,7 @@
-
+
Kids Camp @@ -12,7 +12,7 @@ Coming Soon!
- +
Harbor Point Golf Club @@ -24,7 +24,7 @@ -
+
HPA Members Login @@ -66,7 +66,8 @@ update_option('glm_members_database_frontend_login_request', 'true'); $args = array( 'echo' => false, - 'form_id' => 'glm_login_form' + 'form_id' => 'glm_login_form', + 'redirect'=> echo get_permalink(2) ); $loginForm = wp_login_form($args); $captcha = apply_filters('cptch_display', '', 'glm_login_form');