Profile
Achievement
dnnsldr's Recent SnippetsTagged redirect
- All /
« Prev 1 Next »
//You cannot change the whole url without redirecting, what you can do instead is change the hash.
//The hash is the part of the url that goes after the # symbol.
//That was initially intended to direct you (locally) to sections of your HTML doc...
0
862
posted 12 years ago by dnnsldr
I needed away to redirect to a custom BP component upon login for users and this works great. Add this to your functions file. If you are the admin, it will redirect you to the wp-admin.
0
14442
posted 12 years ago by dnnsldr