WordPress使用redirect_canonical
函数以确保URL正确遵循当前的永久链接结构:https://codex.wordpress.org/Function_Reference/redirect_canonical
该函数连接在上自动运行template_redirect
滤器要删除它,需要将以下代码段添加到主题或插件中:
remove_filter( \'template_redirect\', \'redirect_canonical\' );
请记住,这将允许单个页面(在本例中为分类索引)具有多个URL,这对SEO不利,因为以下URL将显示相同的内容: