• On the front end if a user is not logged in it gives a registration link below the username and password boxes as well as a forgot password link. Is there a way to change these links to a custom one of my choosing or remove them altogether?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter purgitoria

    (@purgitoria)

    If i remove lines 10 through 17 in the loginForm.php file then i can remove it all completely but is there a way to reference my own custom forms instead of the default wp ones the current links go to? I would presume it would be something to do with editing this line:
    <a href="<?php echo wp_registration_url();?>"><?php _e("Register Here",'wp-support-plus-responsive-ticket-system');?></a>

    Hi @purgitoria

    We use default wordpress user registration setting for this. If you disable “Anyone can register” setting from settings then Register User link will not be shown.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Editing links in login section’ is closed to new replies.