WP固定链接修改参数

为使博客文章目录整体美观,对文章进行链接美化,是很重要的事情,当然,对SEO也是有影响的,在修改之前,要知道以下参数,会有很大帮助的。

/?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