admin管理员组文章数量:1415698
I have this CPT that has this permalink
/
and this other page
/
And going to / redirects me to / for some weird reason, can anyone help me?
EDIT1: By the way i have "'has_archive' => false," in cpt code in functions.php
EDIT2: As a test i changed the slug for / to / to test what happened and now / does not redirect to nothing but a 404 page, and the cpt page is published and public
I have this CPT that has this permalink
http://example/area-cliente/colecciones/basicos/
and this other page
http://example/basicos/
And going to http://example/area-cliente/colecciones/basicos/ redirects me to http://example/basicos/ for some weird reason, can anyone help me?
EDIT1: By the way i have "'has_archive' => false," in cpt code in functions.php
EDIT2: As a test i changed the slug for http://example/basicos/ to http://example/basicos-2/ to test what happened and now http://example/area-cliente/colecciones/basicos/ does not redirect to nothing but a 404 page, and the cpt page is published and public
Share Improve this question edited Aug 16, 2019 at 7:13 Aitor Rosell Torralba asked Aug 16, 2019 at 6:28 Aitor Rosell TorralbaAitor Rosell Torralba 13 bronze badges 02 Answers
Reset to default 0Go to WordPress Settings, and re-save permalinks.
Okay i think i solved it for myself, i still have a problem but is unrelated to this question so i might make a new question for that one.
The problem was that what i had registered as the slug for the CPT was "area-cliente/%category%" when i removed the "/%category%" and added the %category% thing in the permalink menu whit the plugin "Custom Post Type Permalinks" it now works, it solves this question but leaves me whit another problem.
TL;DR: don't put in the slug of a CPT %category% because it appears to not work
版权声明:本文标题:custom post types - How to stop a permalink redirecting to a page whit same slug but different permalink 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745238203a2649163.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论