Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用一个高度自定义的主题,该主题需要自定义永久链接采用这种格式:
/%category/%postname%/
但是,我希望我的永久链接在这个
/%category/%post_id%/
有没有办法在不更改永久链接设置中的任何内容的情况下强制将 %post_id% 设置为 slug?
** 为了进一步解释这一点,我的客户希望将帖子的标题保留在管理员中,但他希望它仅在管理员中可见。所以我需要的是保留帖子的标题并强制 post_id 成为 slug
转到仪表板->设置->固定链接
在自定义结构中使用/%post_id%/
/%post_id%/
并保存