一、开始 index.php
wordpress的index.php文件很简单,定义加载主题变量和加载
本&文来源gaodai^.ma#com搞#代!码网
搞gaodaima代码模板
<?phpdefine('WP_USE_THEMES', true); //加载主题require('./wp-blog-header.php'); //加载环境和模板?>
一、开始 index.php
wordpress的index.php文件很简单,定义加载主题变量和加载
搞gaodaima代码模板
<?phpdefine('WP_USE_THEMES', true); //加载主题require('./wp-blog-header.php'); //加载环境和模板?>