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.
嗨,我创建了一个名为 show 的自定义帖子类型。
这是它的代码。巴斯宾
我根据wordpress 层次结构创建了2 个文件,并将它们称为archive-shows.php 和single-shows.php。这些应该会自动链接到正确的页面,但是由于某种原因,它们都默认返回 index.php。
修复已尝试的固定链接 Flushed 已归档 = true
请有任何建议。
尝试 Wordpress Admin => Settings => Permalinks 并选择其他任何内容,然后选择“默认”
确保您的 .htaccess 文件具有正确的可写权限。