Community Support Forums — WordPress® ( Users Helping Users ) — 2011-08-05T22:10:20-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=14341 2011-08-05T22:10:20-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14341&p=29964#p29964 <![CDATA[Re: Post-Registration redirect]]>

Statistics: Posted by Cristián Lávaque — August 5th, 2011, 10:10 pm


]]>
2011-08-05T01:33:42-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14341&p=29937#p29937 <![CDATA[Re: Post-Registration redirect]]> Statistics: Posted by TheKai — August 5th, 2011, 1:33 am


]]>
2011-08-05T01:27:46-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14341&p=29936#p29936 <![CDATA[Re: Post-Registration redirect]]> Statistics: Posted by Cristián Lávaque — August 5th, 2011, 1:27 am


]]>
2011-08-05T00:25:57-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14341&p=29922#p29922 <![CDATA[Re: Post-Registration redirect]]>
Just add this to functions.php

Code:
    function __my_registration_redirect()
    {    
           return home_url
( '/pageName' );
    }
    add_filter( 'registration_redirect', '__my_registration_redirect' ); 

Statistics: Posted by TheKai — August 5th, 2011, 12:25 am


]]>
2011-08-04T23:38:22-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14341&p=29910#p29910 <![CDATA[Re: Post-Registration redirect]]> viewtopic.php?f=4&t=14211&p=29101#p29101

Statistics: Posted by Cristián Lávaque — August 4th, 2011, 11:38 pm


]]>
2011-08-04T01:43:55-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14341&p=29826#p29826 <![CDATA[Post-Registration redirect]]> Or, failing that, maybe just a simple popup message that says the same thing?

Thanks in advance.

Statistics: Posted by TheKai — August 4th, 2011, 1:43 am


]]>