• Hello,

    Would some here be able to help me add a link to wordpress registration page which will show “Lost your password” within the plugin “Login With Ajax 3.0”

    I believe this is the code but I’m not very good with adding any code, unless someone carefully explains what to do.

    //Finally, the child theme
    		$this->find_templates( get_stylesheet_directory().'/plugins/login-with-ajax/' );
    
    		//Generate URLs for login, remember, and register
    		$this->url_login = $this->template_link(site_url('wp-login.php', 'login_post'));
    		$this->url_register = $this->template_link(site_url('wp-login.php?action=register', 'login_post'));
    		$this->url_remember = $this->template_link(site_url('wp-login.php?action=lostpassword', 'login_post'));

Viewing 1 replies (of 1 total)
  • Thread Starter joey_matthews

    (@joey_matthews)

    Bump.

    I realize this probably very basic but I would greatly appreciate an helping hand. I see with the above code it says register but for some reason I see no options to show a registration link

Viewing 1 replies (of 1 total)
  • The topic ‘Adding Register Link to "Login With Ajax"’ is closed to new replies.