WordPress博客首页如何静态

   2025-07-25 admin00120

wordpress博客首页静态的方法如下:

首先新建一个php文件,文字可以自取,自己要记住,比如index-html.php,然后复制以下代码:

<?php$baseCmsUrl="https://www.ziyouwu.com";$dmPageName="index.php";$stPageName="index.html";$tureStFile=dirname(__FILE__).'/'.$stPageName;{$body=file_get_contents($baseCmsUrl.'/'.$dmPageName);$fp=fopen($tureStFile,'w');fwrite($fp,$body);fclose($fp);}if(file_exists("index.html")){unlink("index.html");}$baseCmsUrl="https://www.ziyouwu.com";$dmPageName="index.php";$stPageName="index.html";$tureStFile=dirname(__FILE__).'/'.$stPageName;{$body=file_get_contents($baseCmsUrl.'/'.$dmPageName);$fp=fopen($tureStFile,'w');fwrite($fp,$body);fclose($fp);}header("Location:$baseCmsUrl/index.html");?>
 
举报收藏 0打赏 0评论 0
 
更多>同类资讯
推荐图文
推荐资讯
点击排行
网站首页  |  关于我们  |  联系方式  |  用户协议  |  隐私政策  |  版权声明  |  网站地图  |  RSS订阅  |  京ICP备2024057451号-2