What is the issue with our links? It creates a loop

This appears to be due to code in your script.js. I’m guessing it is somehow a ‘feature’ of your theme.

The URL after the hash allows the site to load the new page via ajax, into your home page. So effectively, the user never leaves the home page. I’m not sure what this would do to your stats (if you use them).

I can’t see offhand where in the code the hash is actually being added to your links. Although the site basically works without this hash/ajax system, some JS errors are thrown if you don’t use it.