更改页面的 WordPress 永久链接结构
好的,我的网站有 3 个部分
/section-1/
/section-2/
/section-3/
我不希望他们的子页面在永久链接中引用它们
/section-1/apple/
/section-1/orange/
/section-1/banana/
每个部分中的第二级页面永远不会有相同的标题或标题。 我希望二级页面的网址如下所示:
/apple/
/橙色/
/banana/
我该怎么做?很高兴在 .htaccess 工作
okay, I have 3 sections to a site
/section-1/
/section-2/
/section-3/
I don't want their child pages to have a reference to them in their permalinks
/section-1/apple/
/section-1/orange/
/section-1/banana/
The second level pages in each section will never have the same slug or title.
I want the second level pages to look like this in their url:
/apple/
/orange/
/banana/
How do I do this? Happy to work in .htaccess
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的管理仪表板上的“设置”->“永久链接,您可以为永久链接选择自定义结构,我相信这就是您正在寻找的。
On your admin dashboard, under Settings -> Permalinks, you can choose a custom structure for permalinks, I believe this is what you're looking for.