Skip to content

Instantly share code, notes, and snippets.

@LinzardMac
Created August 14, 2012 18:14
Show Gist options
  • Save LinzardMac/3351399 to your computer and use it in GitHub Desktop.
Save LinzardMac/3351399 to your computer and use it in GitHub Desktop.
<?php
define('WP_USE_THEMES', false);
require( '../my_wordpress_install_root/wp-load.php' );
?>
ALL YOUR CUSTOM CODE HERE
<? get_footer();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment