Forums

[resolved] How to remove wordpress admin login from footer (3 posts)

  1. samdari
    Member
    Posted 1 year ago #

    I've tried and tried but seem to have missed something.
    I want to remove the 'Log in' link from the footer of my site indianexaminer.com. I've looked in the footer.php, functions.php but cannot find any reference to the text 'Log in'. Am I missing something quite simple? I'm using the gabfire theme but support seems to be untimely there.

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    I've looked in the footer.php, functions.php but cannot find any reference to the text 'Log in'.

    that is possible.

    the code might be something such as 'wp_loginout()';
    it should be closely before the word 'copyright';
    check for this, and then look through the code before this.

    you could paste the code of footer.php into a http://wordpress.pastebin.com/ and post the link to it here, for someone to look through it.

  3. samdari
    Member
    Posted 1 year ago #

    @alchymyth
    That was it! the 'wp_loginout()' was what I needed to delete and viola. Thanks for making me see this.

Topic Closed

This topic has been closed to new replies.

About this Topic