Fix for multisite My Sites menu
-
I found that WPS Hide Login would not update the links used in the “My Sites” menu of a multisite installation. Those links use “wp-admin”. In some cases this is ok, since you don’t even see the “My Sites” menu until you have logged in. But in other cases, such as when the subsites are configured to use their own unique host names, this presents a problem. Since WordPress links to “wp-admin” but does not consider you logged in yet on a subsite with a unique host name, you get redirected to a 404 by WPS Hide Login.
My own solution was to update my Modify “My Sites” Menu plugin to be aware of WPS Hide Login slugs and use them to replace “wp-admin”. This is, admittedly, a bit of a hack. I’m sure the author of WPS Hide Login may be able to come up with a better approach. But I wanted to offer a pointer to my code in case it is helpful to anyone else struggling with this issue.
Thanks for a very helpful plugin!
- The topic ‘Fix for multisite My Sites menu’ is closed to new replies.