【发布时间】:2012-02-16 01:58:51
【问题描述】:
我试图让我的永久链接变成这样:
http://example.com/projects/1234
默认情况下是这样的:
http://example.com/projects/title
我尝试将“slug”设置为“projects/%post_id%”,但它看起来像这样:
http://example.com/projects/%post_id%/title
有没有办法将 slug 设置为我的自定义 slug“/”帖子的 id?任何帮助表示赞赏。
【问题讨论】:
标签: wordpress url custom-post-type