leonanthony
Member
Posted 2 years ago #
I'm working on a theme for our club (501st) and i'm looking for a code that will show "login" on the top of the home page when somebody visits the site. when one of our members clicks on the link they should go to the WP login page, en after entering there user data, they should be redirected to the page they came from. Now there should be a link "profile" and an link "logout"
it's a easy one bud i can't get to it.
Greets,
Leon
leonanthony
Member
Posted 2 years ago #
leonanthony
Member
Posted 2 years ago #
Completely forget, how can i make a link to our forum thats only visible for users that are logged in (in the same line).
So it will look like this: Hi "username", profile - forum - logout
thanks.
Put something like this after the log-in/out code.
<?php if ( is_user_logged_in() ) : ?>
<!-- your forum link html code goes here -->
<?php endif; ?>