• starharbors

    (@starharbors)


    How do I close Private Admin on my blog posting.

    At the bottom of all of my post I have an area that reads

    Posted in Uncategorized [Edit[No Comments…. If you click on Edit

    It lets anyone into the My Private Admin area…

    I have taken down my about me page because it is very obvious above my

    comments area reads

    “Edit this entry” Which will allow anyone to change my entire blog

    How I fix

Viewing 2 replies - 1 through 2 (of 2 total)
  • MichaelH

    (@michaelh)

    “Edit this entry” Which will allow anyone to change my entire blog

    You have to be logged-in and have the rights to edit a post for that link to appear. Log out of your blog and check that out.

    But for information, if using the WordPress Default theme, the wp-content/themes/default/index.php is what using this code to present the Edit link:

    <?php edit_post_link('Edit', '', ' | '); ?>

    Even if everyone could see the link, it does NOT mean upon clicking it that they would be allowed to actually edit anything.

    It’s a link, it points to a page, that page has authentication requirements, it’s not simply going to allow anyone through.. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Close Private Admin off Blog Posting’ is closed to new replies.