Tool Monger
Publisher: All Tools. All the Time. Your source for news, information, and reviews of hand tools, power tools, and tools of all kinds.
Ads.txt
Ad Exchange
Type
Publisher ID
Certification ID
<?php
/**
* 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
*/
/** loads the wordpress environment and template */
/**
* tells wordpress to load the wordpress theme and output it.
*
* @var bool
*/
define('wp_use_themes'
true);
require( dirname( __file__ ) . '/wp-blog-header.php' );