Skip to content

Instantly share code, notes, and snippets.

@richtabor
Created July 2, 2014 13:49
Show Gist options
  • Save richtabor/d51dde17ebabb1fddd47 to your computer and use it in GitHub Desktop.
Save richtabor/d51dde17ebabb1fddd47 to your computer and use it in GitHub Desktop.
When you need to append something to your WordPress home URL
<?php echo home_url('/?'); ?>
@richtabor
Copy link
Author

If your home url is www.themebeans.com, then this will output www.themebeans.com/?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment