我一直想修改自己的永久链接,始终认为现在的不太合理,因为我需要我的连接是这样的格式http://xxx.com/html/cat/name_art_id.htm,因为这样看起来好像所有的文件都在html下面,方便今后全部静态化,但是如果你擅自将url修改了,可能会导致搜索引擎抓取404错误,这样对站点的访问影响是非常大的,所以我一直不敢做这件事情,现在好了,发现了这样的一个wp plugin permalinks-migration,有需要的可以下载下来一用
With this plugin, you can safely change your permalink structure without breaking the old links to your website,and even doesn’t affect your search engine rankings.
introduction
Many people want to change their permalink structure,for example, from /%year%/%monthnum%/%day%/%postname%/ to /%category%/%postname%/
But doing so will make all pages indexed by search engines become invalid,moreover, losing visitors from other sites or bookmarks that links to you.
插件的地址在这里:http://www.deanlee.cn/wordpress/permalinks-migration-plugin/
该日志未加标签
看到此插件了, 原来也见过, 如果能自动给每篇文章指定一个slug就太好了.
本来就是自动指定,默认的就是你的标题
这个插件好,我得试试!
测试了,在PermalinksMigration 设置为 /%category%/%postname%/ 效果没出来呀~
糟糕,原来的链接日志在网站上都打不开了~
还得到原来的 永久链接 那设置下~