我可以在wordpress页面网址中使用类别slug吗?

时间:2014-12-01 20:47:29

标签: wordpress categories slug

我可以在wordpress页面网址中使用类别slug吗?我想要以下网页的url结构:

/%category%/%postname% => http://example.org/category/pagename

这适用于帖子内容,但不适用于网页。

有什么想法吗?

感谢您的帮助!

1 个答案:

答案 0 :(得分:0)

使用Custom Post Type Permalinks plugin手动调整网页的永久链接结构。

将页面设置为使用/%postname%以及您的帖子使用/%category%/%postname%

由于您的网页没有类别,因此将它们包含在网址中是没有意义的。此外,在永久链接结构中包含类别时要小心。仅使用短类别名称,并尝试仅将每个帖子包含在一个类别中,否则您的网址会过长。

Yoast有很多additional info and suggestions on using categories in your permalink structure