• I have a blog titled dogsplusmoredogs.com using a theme other than the basic one. In the footer of the public page under Title of Meta following Comments RSS is Administrator which the public can access the Dashboard ot the site. I went back into the edit Themes into the bottom.php then scrolled down to the bottom right then found Meta and under that I could not find the Administrator title. I found all the other classes listed under Meta on front page but could not find the class of Administrator . Any hints on how I can corrected this problem.

Viewing 1 replies (of 1 total)
  • Well, they can only access the Dashboard if they have a valid login. That’s kinda the point. But, anyway, you want to get rid of it.

    OK. First of you might like to consider using a plugin. This seems to me to be the safest option.

    If you really want to mess with the widget code, you will find it in wp-includes/default-widgets.php. In there you’ll find a definition for a WP_Widget class, which has a widget() function containing the following line:

    <li><?php wp_loginout(); ?></li>

    Delete that line.

    I haven’t tried it, but it should work. If not, just put the line back and we’ll say no more about it 😉

    Updates to your theme may well overwrite this change, of course.

    HTH

    PAE

Viewing 1 replies (of 1 total)

The topic ‘Can Access Admin;from Public Page’ is closed to new replies.