Skip to content

Instantly share code, notes, and snippets.

@mazell
Created April 20, 2014 17:55
Show Gist options
  • Save mazell/11120507 to your computer and use it in GitHub Desktop.
Save mazell/11120507 to your computer and use it in GitHub Desktop.
WP: Paths
// Sökvägar
define('WP_SITEURL', 'http://' . DOMAIN . '/wordpress');
define('WP_HOME', 'http://' . DOMAIN);
define('WP_CONTENT_DIR', dirname( __FILE__ ) . '/content');
define('WP_CONTENT_URL', 'http://' . DOMAIN . '/content');
define('WP_DEBUG',false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment