Forums

Login / profile - logout (5 posts)

  1. 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

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

  3. leonanthony
    Member
    Posted 2 years ago #

    thanks :)

  4. 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.

  5. Mark / t31os
    Moderator
    Posted 2 years ago #

    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; ?>

Topic Closed

This topic has been closed to new replies.

About this Topic