• Resolved chrisfiddes

    (@chrisfiddes)


    Hi,
    When I log in it takes me to the admin panel, but still says “Login” and “Register” on the sidebar (not “Site Admin” or “Logout”), when I click “View site” from the admin panel. A similar problem occurs with comments. When any user logs in, it does not display them as logged in, so they are still able to input name, e-mail, etc. but when they post it shows up with their login name. Can someone help me please?

Viewing 4 replies - 1 through 4 (of 4 total)
  • What code is in your sidebar that relates to those register/login links?

    Thread Starter chrisfiddes

    (@chrisfiddes)

    The only thing I changed was the mouseover description for the RSS links:
    <li>
    <h2><?php _e('Meta'); ?></h2>
    <ul>
    <?php wp_register(); ?>
    <li><?php wp_loginout(); ?></li>
    <li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Read entries via RSS feed'); ?>"><?php _e('Entries <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
    <li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('Read comments via RSS feed'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
    <?php wp_meta(); ?>
    </ul>
    </li>

    Got it.

    http://www.chrisfiddes.com/ <– works there
    http://chrisfiddes.com/ <– does not work there

    I bet your have the site URL as chrisfiddes.com and the WordPress URL as www.chrisfiddes.com, don’t you?

    Since you don’t have your WordPress files in a subfolder or whatnot, just set the two values to the same and I bet it’ll fix it. 🙂

    Thread Starter chrisfiddes

    (@chrisfiddes)

    YAY! It works! Thank you so much, you’re a WP genius ;D !

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘WP Doesn’t Show Logged In’ is closed to new replies.