WordPress博客固定链接设置大全,如果说域名是一个博客在互联网上的代表一个人的话,那么固定链接地址就是门牌号码。只有通过固定链接,你才能找到找个人。由此可见,固定链接在博客中的重要性。对于WP 博客用户而言,掌握一下一些固定连接的设置参数和技巧,则能够让别人更好的识别你博客上的内容。
/?p=%post_id%(默认的)
/%year%/%monthnum%/%day%/%postname%/(年/月日/日志名)
/%year%/%monthnum%/%postname%/(年/月/日志名)
/%monthnum%/%day%/%postname%/(月/日/日志名)
/%year%/%monthnum%/%day%/%post_id%/(年/月日/日志id号)
/%year%/%monthnum%/%post_id%/(年/月/日志id号)
/%monthnum%/%day%/%post_id%/(月/日/日志id号)
/%category%/%postname%.html (分类/日志名)
/archives/%post_id%(/archives/日志id号)
/archives/%postname%(/archives/日志名)
/%post_id%(/日志id号)
/%postname%(/日志名)
/%postname%.html(/日志名.html)
/%postname%.htm(/日志名.htm)
/%post_id%.html(/日志id号.html)
/%post_id%.htm(/日志id号.htm)
/html/y%year%/%post_id%.html
/html/y%year%/%post_id%_%postname%.html
上述参数进行组合,即可得到wordpress博客的固定链接的设置。其中粗体为网上常见的几种设置方法。
说点什么