分享好友 资讯首页 资讯分类 切换频道

WordPress博客首页如何静态

2025-07-25 17:0020admin001

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
dedecms怎么添加会员功能

0评论2025-07-3133

dedecms好操作吗

0评论2025-07-3133

WordPress织梦哪个快

0评论2025-07-3133

dedecms如何修模板

0评论2025-07-3132