Title: Multisite User redirection after login
Last modified: August 21, 2016

---

# Multisite User redirection after login

 *  [Fyod](https://wordpress.org/support/users/fyod/)
 * (@fyod)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/multisite-user-redirection-after-login/)
 * Hi guys!
    I have a weird error in my WP network. Whenever a user is registered,
   activates through email and is then asked to login for the first time, when they
   correctly login, they’re redirected to /wp-admin/edit.php?post_type=pricetable
   This is part of a plugin that’s not available to non-Superadmins.
 * Where can I set which admin page is default for these users?

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

 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [12 years, 6 months ago](https://wordpress.org/support/topic/multisite-user-redirection-after-login/#post-4349427)
 * This sounds like a plugin problem. Does it happen if pricetable is turned off?
 *  Thread Starter [Fyod](https://wordpress.org/support/users/fyod/)
 * (@fyod)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/multisite-user-redirection-after-login/#post-4349431)
 * I added this to my theme’s functions.php and it seems to be fine now, atleast
   in Superadmin, now I just need to make a dummy sub-site.
 *     ```
       add_filter( 'login_redirect', 'ckc_login_redirect' );
       function ckc_login_redirect() {
           // Change this to the url to Updates page.
           return home_url( '/wp-admin/index.php' );
       }
       ```
   
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [12 years, 6 months ago](https://wordpress.org/support/topic/multisite-user-redirection-after-login/#post-4349555)
 * Don’t put it in your theme. Put it in a mu-plugin instead. The theme will ONLY
   work for sites using that theme.

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

The topic ‘Multisite User redirection after login’ is closed to new replies.

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 3 replies
 * 2 participants
 * Last reply from: [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/multisite-user-redirection-after-login/#post-4349555)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
