Different permalink structure for blog posts than pages in Wordpress?

。_饼干妹妹 提交于 2019-12-04 03:56:47

Under the permalink settings, you need to use a custom format. To do this, you'll need to take a look at the structure tags available for use. Those can be found here:

http://codex.wordpress.org/Using_Permalinks

To do exactly what you're wanting, you'd want to use a format like this:

/%category%/%postname%/

Pages have no category, so the tag for categories gets ignored and only the post name tag gets used.

I just found this question looking for the same answer. Hope this isn't too late and helps you out.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!