Is it possible to also hide the profile menu, and NOT redirect there when the user logs in?
Is it possible to also hide the profile menu, and NOT redirect there when the user logs in?
I still want the admin area visible though. And just want it to redirect to the Edit Pages menu on login.
Solved! Added these to the wp-hide-dashboard/wp-hide-dashboard.php
unset($menu[59]); /* Hides arrow separator above Profile */
unset($menu[70]); /* Hides User Profile menu*/Another way to accomplish this would be to use Peter's Login Redirect plugin: http://wordpress.org/extend/plugins/peters-login-redirect/
I also used Peter's Login Redirect plugin - but still wanted to hide the profile menu from being visible
is there a way to hide the "your profile" link without hiding the entire profile section?
This topic has been closed to new replies.