Skip to:
Content
Pages
Categories
Search
Top
Bottom

wp-signup /register

Viewing 6 replies - 1 through 6 (of 6 total)
  • @gunju2221

    Participant

    Do you want just the permalink to be changed, or do you want the default wp registration?

    @yasinekanowah

    Participant

    i want the default wp-registration

    @yasinekanowah

    Participant

    is there any code to do that or i need to change something in my theme ?

    @sbrajesh

    Participant

    Put this in your functions.php

    `
    if ( bp_core_is_multisite() )
    remove_action( ‘wp’, ‘bp_core_wpsignup_redirect’ );
    else
    remove_action( ‘init’, ‘bp_core_wpsignup_redirect’ );
    `
    That should do it.

    @yasinekanowah

    Participant

    thank you very much Brajesh Singh it work

    @yasinekanowah

    Participant

    and one more thing… Is it posible that all blog get there own registration page. for example:- myblog.example.com/wp-login.php?action=register

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘wp-signup /register’ is closed to new replies.
Skip to toolbar