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.
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.
change <?php _e('Login'); ?> to <?php _e('Admin Login'); ?>
Awesome Thanks so much, Fast reply. But all i see is
Oh NM, i see what you mean. I need the actual login link to say Admin login, not the Header. thanks
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
Very nice, worked like a charm.Thanks a lot lawtai!
This topic has been closed to new replies.