• Resolved chipegoh

    (@chipegoh)


    Good day,

    My register link isn’t working again. I tried the solution that worked last time, i.e. copying this into my functions.php (it solved the problem last time this happened:

    add_filter( ‘register_url’, ‘change_my_register_url’ );
    function change_my_register_url( $url ) {
    if( is_admin() ) {
    return $url;
    }
    return “/register/”;
    }

    Unfortunately it didn’t work this time.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Abdul Wahab

    (@abdulwahab610)

    Hello, @chipegoh

    It’d be work. There must be a conflict with another plugin. Please reach us through WPBrigade it will help us to investigate the issues further.

    Thank you.

    hello,
    I am having a similar problem as suddenly my register now link on the WordPress login does not work and redirects me to the login page again.
    Please help me what should i do, I have not included any new pluggins since the use of loginpress but this problem suddenly occured.

    @chipegoh please help me by sharing how did you overcome the same problem in the first place.
    I am not able to register any new user as my register link redirects back to the login page only.
    Plese show me an easy way and help me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Links not working’ is closed to new replies.