Viewing 3 replies - 1 through 3 (of 3 total)
  • find the appropriate place in header.php or footer.php (depending on where you want the links

    add this:

    <div class="admin">
    <?php wp_loginout(); ?> &middot; <?php wp_register('', ''); ?>
    </div>

    the div class and /div arent necessary, they just give you the option to style the links in your css using .admin

    the &middot; also isn’t necessary, just inserts a dot between the 2 links

    Thread Starter kenneho

    (@kenneho)

    Thanks, this worked out perfectly!

    – kenneho

    Any idea how to add that snippet/link to the login/logout link in a widget? I tried placing it in there, but it didn’t like the php.

    Thanks!
    Chris

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Arjuna theme: How to add login and site admin link’ is closed to new replies.