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.
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.
@alchymyth
That was it! the 'wp_loginout()' was what I needed to delete and viola. Thanks for making me see this.