• Resolved playinj30

    (@playinj30)


    New to wordpress, very very basic knowledge of html and had some trial and error success moving things around in the css. I cannot figure out how to move the log in link that is stuck in my header out of the header to the footer or sidebar, or just completely removing it.

    my site is https://www.tournaction.com is under construction and just starting.

    please help!

    Thanks

    p.s. I’m using carrington blog theme

Viewing 7 replies - 1 through 7 (of 7 total)
  • find “header” in with your “editor” from dashboard wordpress.

    and you just find text “wp-login.php”.

    maybe, you can remove it.. ??

    [signature moderated Please read the Forum Rules]

    Thread Starter playinj30

    (@playinj30)

    “wp-login.php” is not in the header.php that i access with the editor.

    This is what comes up:

    <?php

    // This file is part of the Carrington Theme for WordPress
    // https://carringtontheme.com
    //
    // Copyright (c) 2008 Crowd Favorite, Ltd. All rights reserved.
    // https://crowdfavorite.com
    //
    // Released under the GPL license
    // https://www.opensource.org/licenses/gpl-license.php
    //
    // **********************************************************************
    // This program is distributed in the hope that it will be useful, but
    // WITHOUT ANY WARRANTY; without even the implied warranty of
    // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    // **********************************************************************

    if (__FILE__ == $_SERVER[‘SCRIPT_FILENAME’]) { die(); }

    cfct_header();

    ?>

    any ideas?

    I found the bit of code that allows me to move the login link around, but it only moves within the header and deleting the code doesn’t seem to do anything.

    Please post the code from…

    wp-content/themes/YOURTHEME/header.php

    You can move the link easily, it’s only a small update to the theme…

    No idea what plenuk is talking about…

    Don’t touch the files outside your theme directory.. there’s no need.

    Sorry please post code from functions.php not header since that’s above… ??

    Ok, I’m having the opposite problem. My login / register links are in a side bar, and I want to move them to the header. I do not want the “meta” box to show at all. How would I go about moving these links to the header?
    www.https://s195944005.onlinehome.us/rcf/
    Thanks!

    Looks like you’ve got it done.. ??

    p.s. your link is wrong.. ?? not that it matters now.. ??

    playinJ30

    I was wondering if you could post where you found the code to move or remove the login from the header in the carrington theme? I am looking around for the same info.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Help moving “log in” link away from header!’ is closed to new replies.