Skip to content

Instantly share code, notes, and snippets.

@cjolly
Created June 19, 2015 20:43
Show Gist options
  • Save cjolly/d4e4e2de16c544a54599 to your computer and use it in GitHub Desktop.
Save cjolly/d4e4e2de16c544a54599 to your computer and use it in GitHub Desktop.
wordpress. why you no relative url?
<html>
<body>
<a href="http://www.mysite.com/">Home</a><!-- Why?! -->
<a href="/">Home</a><!-- How is this not the default?! -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment