一、开始 index.php wordpress的index.php文件很简单,定义加载主题变量和加载模板
<?phpdefine('WP_USE_THEMES', true);//加载主题require('./wp-blog-header.php'); //加载环境和模板?>