Skip to:
Content
Pages
Categories
Search
Top
Bottom

wp-signup /register

Viewing 6 replies - 1 through 6 (of 6 total)

  • Virtuali
    Participant

    @gunju2221

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


    kanowah
    Participant

    @yasinekanowah

    i want the default wp-registration


    kanowah
    Participant

    @yasinekanowah

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


    Brajesh Singh
    Participant

    @sbrajesh

    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.


    kanowah
    Participant

    @yasinekanowah

    thank you very much Brajesh Singh it work


    kanowah
    Participant

    @yasinekanowah

    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