WordPress文档说:
WordPress offers you the ability to create a custom URL structure for your permalinks and archives.
https://codex.wordpress.org/Settings_Permalinks_Screen 我看到此屏幕将如何为特定帖子/页面创建永久链接,但我没有看到此设置屏幕上关于如何为存档帖子/页面创建链接的任何其他详细信息。
有人能澄清一下吗?
WordPress文档说:
WordPress offers you the ability to create a custom URL structure for your permalinks and archives.
https://codex.wordpress.org/Settings_Permalinks_Screen 我看到此屏幕将如何为特定帖子/页面创建永久链接,但我没有看到此设置屏幕上关于如何为存档帖子/页面创建链接的任何其他详细信息。
有人能澄清一下吗?
看看this section (摘录):
日期和名称-基于日期和名称的结构的一个示例是http://www.sample.com/2008/03/31/sample-post/
月份和名称-基于月份和名称的结构示例如下http://www.sample.com/2008/03/sample-post/数字结构的一个示例是http://www.sample.com/archives/123
这些是档案——特别是前两个是“日期”档案。这就是法典所指的。看见"Using Permalinks" 了解更多详细信息。
我有自定义帖子,我创建了一个显示所有自定义帖子的页面。示例:www.example.com/archive-page我想知道是否可以更改与此自定义帖子相关的类别和标签的永久链接。现在我有:www.example.com/my-custom-post-type-cats/my-category-1www.example.com/my-custom-post-type-tags/my-tag-1</我想要这样的东西:www.example.com/archive-page?category=1www.e