Forums

[resolved] How do i delete 'site admin' from my footer? (6 posts)

  1. LEVI44
    Member
    Posted 2 years ago #

    How do i delete 'site admin' from my footer? it only appears when the user is logged in, otherwise it says register....

    cheers

  2. Rev. Voodoo
    Volunteer Moderator
    Posted 2 years ago #

    the function is wp_register, delete it from footer.php

    (that also gets rid of the register option, they are part of the same function)

    looks something like
    <?php wp_register('', ''); ?>

  3. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Try editing your theme's footer.php file and removing <?php wp_register(); ?> or replacing it with <?php wp_loginout(); ?>.

  4. LEVI44
    Member
    Posted 2 years ago #

    does it get rid of the whole function register though? because i have it somewhere else on my site...or does it just get rid of the name from the footer?

    cheers

  5. Rev. Voodoo
    Volunteer Moderator
    Posted 2 years ago #

    removes it from your footer

  6. LEVI44
    Member
    Posted 2 years ago #

    ah it worked, thanks so much for your kind help :)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags