• If I remove the Meta section from my site , were else can I sign into my wordpress (since Meta has the sign in link)?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Add /wp-login.php to the end of your url. Just click on the login link before you remove it and look at the url…bookmark it or just manually type it when you want to login.

    Thread Starter scott26985

    (@scott26985)

    ok, thanks

    How do I remove the Meta section? Its making the page look messly

    The only parts of your meta section you really need are:
    <?php wp_loginout(); ?>
    which is the code to have the login/logout links appear, and:
    <?php wp_register(); ?>
    so users can register. All the rest can be edited out of your sidebar.php if you really want to. You can put them in news DIV’s where you want them or hide the login and out link.

    Hey Saurus

    I went to my sidebar.php like you suggested but all I see is this

    Sidebar screen capture

    Where do I enter the code you are talking about.
    I am using version 2.8.4

    Alex

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Other ways to sign in?’ is closed to new replies.