-
Author
-
March 27, 2017 at 20:50 #156853
ashleyaliff
ParticipantHi I’ve been going in circles trying to figure this out. I’m trying to create two different redirects. One after they register and receive the email activation clicking back to the site and another when they login via the popup.
I’ve been using peter’s login redirect but it only seems to half work, it works for the popup login by participant but it doesn’t work at all for the post registeration. It’s like something is blocking it from working correctly
This makes it hard to add a thank you page with what my members are supposed to do after activation. Any suggestions on making this easier. thank you!
March 29, 2017 at 02:44 #157002Laura
ModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
March 30, 2017 at 17:28 #157224Radu
ModeratorHi,
Check those : http://wordpress.stackexchange.com/a/98382
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 30, 2017 at 19:15 #157241ashleyaliff
ParticipantOkay for sure. If I would like to add this page instead of home url how would I set it up? And It goes in the functions.php file is that in ftp? would I put it at the bottom or top. I don’t want to mess up spacing like I did last time, just to be sure.lol Thank you!
https://theawakenedstate.net/community-welcome/
add_filter( ‘registration_redirect’, ‘ckc_registration_redirect’ );
function ckc_registration_redirect() {
return home_url();
}April 3, 2017 at 20:18 #157501Radu
ModeratorHi,
The code will be something like this
COPY CODEfunction wpse_19692_registration_redirect() { return home_url( '/community-welcome/' ); } add_filter( 'registration_redirect', 'wpse_19692_registration_redirect' );
TEst it
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.