无插件实现sitemap XML版
无插件实现sitemap XML版代码如下,新建xmlmap.php文件在wordpress根目录<?php
require('./wp-blog-header.php');
header("Content-type: text/xml");
header('HTTP/1.1 200 OK');
$posts_to_show = 1000; //...
时光沉淀