去掉单视图URL中的/MY_CUSTOM_POST_TYPE 时间:2011-07-01 作者:Mike 当我在单一视图中阅读自定义类型的帖子时,我看到URL是www.my\\u site。com/my\\u custom\\u post\\u type/title\\u of\\u my\\u post。如何摆脱这个丑陋的/my\\u custom\\u post\\u类型/? 1 个回复 最合适的回答,由SO网友:TheDeadMedic 整理而成 register_post_type( \'my_custom_post_type\', array( \'rewrite\' => array( \'with_front\' => false ), // other args )); 确保更改代码后刷新永久链接-只需进入设置>永久链接即可。 结束 文章导航