用户:编辑者,看不到编辑分类屏幕

时间:2012-07-10 作者:Johan Dahl

由于某些原因,编辑器角色无法访问“我的网站”上的“编辑分类法”屏幕。也许这是预期的行为,我不知道-但我如何才能将其添加到编辑器角色功能中?

1 个回复
SO网友:Johan Dahl

就在我写了这些帖子之后,我发现了它。。。无论如何,如果其他人正在寻找这个问题的答案,您需要在注册分类法时设置功能。您可以添加以下内容:

    \'capabilities\' => array (
    \'manage_terms\' => \'edit_posts\', 
    \'edit_terms\' => \'edit_posts\',
    \'delete_terms\' => \'edit_posts\',
    \'assign_terms\' => \'edit_posts\'  
    )
edit\\u posts指管理员、编辑、作者和贡献者。

结束

相关推荐

PHP致命错误:无法为wp-includes/capabilities.php中的非对象调用重载函数

我在apache日志中遇到了太多以下错误。PHP Fatal error: Cannot call overloaded function for non-object in wp-includes/capabilities.php on line 1187这是函数current\\u user\\u can($capability)的内部,第1187行如下所示:$current_user = wp_get_current_user(); 我不知道问题出在哪里?