Hi
I have a problem with my "login | register" / "username | logout" link on WP theme ‘LMS'. I need to change the URLs where it’s pointing
As it is now, the login | register link works in the following way.
If logged out, it will show a login | register option. Clicking on it takes you to wp-login (using the S2member plugin in some way) which doesn’t collect the registration info I need
If logged in, it will show ‘username' and a ‘logout’ option. Clicking on the username takes you to an S2member account page which looks awful and doesn’t show the info I need to show.
I would like both links to point to different URLs.
If user is logged out and they click on 'login | register', then should take them to http://www.asned.org/greenlight/login-4/
If user is logged in and clicks on username, then should take them to http://www.asned.org/greenlight/account-3/ OR if they logout should take them to http://www.asned.org/greenlight/
The code I need to change is below. I know very little about php, but am keen to learn.
Would somebody be able to help and show me what I need to change?
Many thanks in advance
Mick