Skip to content

Instantly share code, notes, and snippets.

@cobbman
Created February 28, 2013 07:04
Show Gist options
  • Save cobbman/5054824 to your computer and use it in GitHub Desktop.
Save cobbman/5054824 to your computer and use it in GitHub Desktop.
Custom settings for WordPress to help with local development and then transferring to a server (this won't always solve all your issues, but it can help with minor sites). keyword: Migrating WordPress
/** custom settings **/
define('WP_SITEURL', 'http://your-site-url/');
define('WP_HOME', 'http://your-site-url/');
define('WP_MEMORY_LIMIT', '64M'); /* Raise memory limit for WooCommerce or other */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment