Forums

How to change "login" link to say "Admin login" (6 posts)

  1. STPP
    Member
    Posted 7 years ago #

    Hi,

    I was just was wondering if there's a way to change the login text to say "Admin Login" rather than Just "Login". Thx for any advice.

  2. lawtai
    Member
    Posted 7 years ago #

    change <?php _e('Login'); ?> to <?php _e('Admin Login'); ?>

  3. STPP
    Member
    Posted 7 years ago #

    Awesome Thanks so much, Fast reply. But all i see is

  4. <?php wp_loginout(); ?>
  • STPP
    Member
    Posted 7 years ago #

    Oh NM, i see what you mean. I need the actual login link to say Admin login, not the Header. thanks

  • lawtai
    Member
    Posted 7 years ago #

    this is what my code says
    <li id="other"><?php _e('Other:'); ?>
    <ul>
    <li><a href="<?php echo get_settings('siteurl'); ?>/wp-login.php"><?php _e('Login'); ?></a></li>
    </ul>
    </li>

    My header is Other and my link says Login

  • STPP
    Member
    Posted 7 years ago #

    Very nice, worked like a charm.Thanks a lot lawtai!

  • Topic Closed

    This topic has been closed to new replies.

    About this Topic

    Tags