只是简单记录我的学习状态,请各位看客不要见怪。
原版文档地址:
http://codex.wordpress.org/Using_Permalinks
需要做好看的固定链接需要配置web服务器的设置,那样会比较麻烦一下
例如:
http://goddess-nayru.livejournal.com/51924.html
Permalinks写法:/%post_id%.html
如果不需要配置web服务器:
Permalinks写法:/index.php/%post_id%.html,/index.php/%year%_%monthnum%/%post_id%.html
这样配置最简单
以上内容参考自:http://www.osxcn.com/wordpress/wordpress-permalinks.html