无插件实现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; ... 2018-05-19 13:11 默认 449 0
无插件实现wordpress网站地图html版sitemap >HTML版代码如下,在模板页面新建sitemap.php文件,后台新建页面-模板选择为sitemap,然后固定链接可以设置为sitemap即可 演示地址https://www.uzioo.com/sitemap <?php /* Template Name: Sitemap */ ?> <!DOCTYPE html PUBLIC "... 2018-05-19 13:08 默认 521 0