MU Theme Login Display
-
I’m using this “MU Theme Login” code I found to have a Login/Register link in my header links. The coding is
<body>
<div id="rap">
<div id="header">
<ul id="topnav">
<li>
<a href="https://blogs.sitename.com/">
blogs.sitename.com</a>
|</li>
<li>
<?php wp_register(' ' , ' '); ?>
|</li>
<li>
<?php wp_loginout(); ?>
|</li>
It works perfectly fine. My problem is the text they display as links.
When you are not logged in it reads “Register | Log In” which is good. Once logged in the text changes to “Site Admin | Log Out”
How do I change the “Site Admin” text to something different?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘MU Theme Login Display’ is closed to new replies.