Suleiman Ndakpoto

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Place Title Appear as Listing Page Title #20203

    Suleiman Ndakpoto
    Free User
    Post count: 6

    Thanks for the spared time, i really appreciate your effort.

    Thanks again

    in reply to: Place Title Appear as Listing Page Title #20186

    Suleiman Ndakpoto
    Free User
    Post count: 6
    This reply has been marked as private.
    in reply to: How to overide the default Login Page #18979

    Suleiman Ndakpoto
    Free User
    Post count: 6

    Thanks am Grateful with your support am able to redirect while sending refering page also, just little modification of code give

    
    
    
    add_action('init' , 'geodir_redirect_to_default_login') ;
    function geodir_redirect_to_default_login()
    {
    	if(isset( $_REQUEST['geodir_signup']))
    	{
    		wp_redirect(home_url().'/wp-login.php?redirect_to='<strong>.$_SERVER['HTTP_REFERER']</strong>);
    		exit();
    	}
    }

    By default Userultra redirect login to profile or custom page but not refering page. so adding .$_SERVER[‘HTTP_REFERER’] just help a little.

    I just add this in case someome might need it

Viewing 3 posts - 1 through 3 (of 3 total)