2018年5月 发布的文章

刻下来的幸福时光

无插件实现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; //...
默认 294 0

无插件实现wordpress网站地图html版sitemap

HTML版代码如下,在模板页面新建sitemap.php文件,后台新建页面-模板选择为sitemap,然后固定链接可以设置为sitemap即可 演示地址https://www.uzioo.com/sitemap<?php /* Template Name: Sitemap */ ?> <!DOCTYPE html PUBLIC "-...
默认 329 0