Title: Theme my plugin   Join my multisite
Last modified: August 30, 2016

---

# Theme my plugin Join my multisite

 *  Resolved [Riccardoperello](https://wordpress.org/support/users/riccardoperello/)
 * (@riccardoperello)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/theme-my-plugin-join-my-multisite/)
 * Hi.
    I would like to use “join my multisite” for registration and activation 
   pages and “theme my login” only for login/lostpassword pages. But when I activate
   TML, it redirect users to the network’s wp-signup.php page instead of the “register”
   page managed by “join my multisite” plugin.
 * How can I avoid this?
 * Thank you.
    Riccardo
 * [https://wordpress.org/plugins/theme-my-login/](https://wordpress.org/plugins/theme-my-login/)

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

 *  Plugin Author [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * (@jfarthing84)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/theme-my-plugin-join-my-multisite/#post-6360680)
 * Not sure how the other plugin works. If it has it’s own page, just amke register
   links go there.
 *  Thread Starter [Riccardoperello](https://wordpress.org/support/users/riccardoperello/)
 * (@riccardoperello)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/theme-my-plugin-join-my-multisite/#post-6360688)
 * I commented the following lines in theme-my-login.php:
 *     ```
       if ( is_multisite() ) {
        	// require_once( WP_PLUGIN_DIR . '/theme-my-login/includes/class-theme-my-login-ms-signup.php' );
   
        	// Instantiate Theme_My_Login_MS_Signup singleton
        	Theme_My_Login_MS_Signup::get_object();
        }
       ```
   
 * and now the redirection to the register page works fine.
    The downside is that
   I had to modify the code file. So I have to modify it after each upgrade of your
   plugin.
 * Thank you anyway.
 * Riccardo

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

The topic ‘Theme my plugin Join my multisite’ is closed to new replies.

 * ![](https://ps.w.org/theme-my-login/assets/icon-256x256.png?rev=1891232)
 * [Theme My Login](https://wordpress.org/plugins/theme-my-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/theme-my-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/theme-my-login/)
 * [Active Topics](https://wordpress.org/support/plugin/theme-my-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/theme-my-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/theme-my-login/reviews/)

## Tags

 * [multisite](https://wordpress.org/support/topic-tag/multisite/)
 * [tml](https://wordpress.org/support/topic-tag/tml/)
 * [wp-signup.php](https://wordpress.org/support/topic-tag/wp-signup-php/)

 * 2 replies
 * 2 participants
 * Last reply from: [Riccardoperello](https://wordpress.org/support/users/riccardoperello/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/theme-my-plugin-join-my-multisite/#post-6360688)
 * Status: resolved