• In my almost brand-new install of WP1.5,

    in https://www.jeffbogdan.net/wp1.5/

    these links appear on the main page as well as on all the subpages. Only I know my password and logon, but it still makes me nervous. Also, if I click either link I am *always* loggged in, even if I’ve been careful to to logout after an admin session. The search engine has nothing on either issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you have security concerns, you should start with using 1.5.1.3 since there are known issues with 1.5.

    To remove the login and register links, you need to remove these tags probably from the Sidebar:

    <?php wp_loginout(); ?>
    <?php wp_register(); ?>

    To remove the “edit this entry” you need to remove something that looks like this from the Main template file:

    <?php edit_post_link(); ?>

    And to remove “edit this comment” look for:

    <?php edit_comment_link(); ?>

    Thread Starter bogdanjl

    (@bogdanjl)

    Found the solution to both of my own issues in the general password-logon section of this forum. In internet explorer, at any rate, I have to delete my cookies after logging out. Then the only thing that appears is the “login” link.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hide “edit-this-entry” and “site-admin” links’ is closed to new replies.