最新公告
  • 欢迎您光临站长源码网,本站秉承服务宗旨 履行“站长”责任,销售只是起点 服务永无止境!立即加入钻石VIP
  • 原贴:https://www.lecms.cc/index.php?thread-507.htm

    在sitemaps.htm文件最底下添加下面代码:

    {php}
    $filename="./sitemap.txt";
    $handle=fopen($filename,"w");
    $str=fwrite($handle,"");
    fclose($handle);
    {/php}
    
    {loop:$baidu_items $v}	
    {php}
    $filename="./sitemap.txt";
    $handle=fopen($filename,"a+");
    $str=fwrite($handle,"$v[loc]\n");
    fclose($handle);
    {/php}
    {/loop}

    把sitemap.txt.htm 上传到le_sitemaps目录里面即可。

    只要访问:xxx.com/sitemap.xml 就会自动生成 sitemap.txt


    站长源码网 » 【补充】网站地图sitemap 自动生成 txt文档

    发表评论

    如需帝国cms功能定制以及二次开发请联系我们

    联系作者

    请选择支付方式

    ×
    支付宝支付
    微信支付
    余额支付
    ×
    微信扫码支付 0 元