去掉单视图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
));
确保更改代码后刷新永久链接-只需进入设置>永久链接即可。

结束

相关推荐

Admin Theme customization

我遵循wordpress codex网站上关于通过插件创建管理主题的说明。我激活了插件,但我的样式表没有包含在<head>.. 这是我的代码:add_action( \'admin_init\', \'kd_plugin_admin_init\' ); add_action( \'admin_menu\', \'kd_plugin_admin_menu\' ); function kd_plugin_admin_init() { /* Register