Search code examples
wordpressurladminpanel

Unusual URL in my WordPress website


There is unusual url in my WordPress website. And I'm not being able to login to WordPress admin panel. Can you please suggest me what this issue is about and how to solve it?

http://www.footlooseinthehimalaya.com/#sthash.2hhVAuGK.dpbs

http://www.footlooseinthehimalaya.com/about-us/#sthash.ASukK5uY.dpbs


Solution

  • Are you using Share This plugin? It looks like it have something to do with this unusual URL. So, if you are using Share This you can try to add shorten:false to your code. You will end with something like this:

    <script type="text/javascript">stLight.options({ doNotHash: false, doNotCopy: false, hashAddressBar: false , shorten:false});</script>
    

    If this doesn't work, you could try to contact Share This support to find out how to solve it.