I’m sorry, I’m not clear what you are asking. Can you be more specific, or give us url?
need to modify the site url to redirect the user to the work area.
Don’t edit WordPress Core files directly. EVER!
If I could make that blink, I would.
If you want to redirect users after login, use filters: http://codex.ww.wp.xz.cn/Plugin_API/Filter_Reference/login_redirect
The link on on WpP-admin page
http://thegrossnetwork.com/topleft.png
Thank you in advance. I need this redirected because it does not go to the right page for the logged in user.
thank you but not the solution i am looking for, i want to redirect that link when clicked to go to another page, not on log out only.
i want to modify that code to go to the link I determine, hardcoded for use by a database field.
if I change the data in the field database the site will break.
You could do this through javascript, though I wouldn’t recommend it. If you did choose this way, you would find the ID of that div in the admin page and create a function with some javascript that would do a couple of things.
First, you would probably want to display:none on that div.
Then, you’d want to insert a div with your own content in place of the div you removed (including a link to wherever you want it to go.
See included link for the first part of this.
http://wpzine.com/change-the-wordpress-logo-in-your-admin-pages/
thank you but not the solution i am looking for, i want to redirect that link when clicked to go to another page, not on log out only.
So you want to REMOVE that link and replace it?
Why? How will people log out then?
I want to change the hyperlink on the left that says fitness manager
Well then what’s causing that? It’s not a default option.
Ohhh I will review plugins. I have 14 installed. I will let you know if I locate it
It was WP Admin Bar Removal. Sorry. I modified it. All good now