• I want to change my the link on my sidebar so that the text for the LINK login does not say “Site Admin.” I have looked at sidebar.php and the code is as follows:

    <?php wp_register(); ?>

    and that automatically enters the text “Site Admin”

    now I’m not completely code illiterate, but I haven’t been able to follow the trail to find how this is happening. I tried this:

    <?php wp_register(login’); ?>

    but the resulting link is login site admin.

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change “site admin” to something else on sidebar, take two’ is closed to new replies.