/** * front to the wordpress application. this file doesn't do anything, but loads * wp-blog-header.php which does and tells wordpress to load the theme. * * @package wordpress */ /** * tells wordpress to load the wordpress theme and output it. * * @var bool */ define( 'wp_use_themes', true ); /** loads the wordpress environment and template */ require __dir__ . '/wp-blog-header.php';