* Loads the WordPress environment and template.
if ( ! isset( $wp_did_header ) ) {
// Load the WordPress library.
require_once __DIR__ . '/wp-load.php';
// Set up the WordPress query.
// Load the theme template.
require_once ABSPATH . WPINC . '/template-loader.php';