0

#MEMO Load Wordpress Core

Posted February 7th, 2010 in Uncategorized and tagged , by saturngod

//not use theme
define(‘WP_USE_THEMES’, false);

//load wordpress core
require(‘./wp-blog-header.php’);

Leave a Reply