Skip to content

Instantly share code, notes, and snippets.

@ataylorme
Created February 3, 2017 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ataylorme/7ff0cc18076d2846767d35d2e115db5f to your computer and use it in GitHub Desktop.
Save ataylorme/7ff0cc18076d2846767d35d2e115db5f to your computer and use it in GitHub Desktop.
<?php
// Tells WordPress to load the WordPress theme and output it.
define('WP_USE_THEMES', true);
// Loads the WordPress Environment and Template
require( dirname( __FILE__ ) . '/wp/wp-blog-header.php' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment