dongyi7513 2017-06-21 10:09 采纳率: 100%
浏览 29

如何在wordpress上添加自定义角色功能?

pardon me,i want make official website. and that are most important role :

  • first (author) , user can post their content (i know wordpress already have that feature). author can not publish content in public.

  • second (validator, i thank that name), user can see content from the first role (author) and add comment. if content good enough that content can pass to third role.

  • third. (publish), user only can see content from first role. add publish it

how i add cutom function role on wordpress?

ps: sorry for my bad english.

  • 写回答

2条回答 默认 最新

  • dph87312 2017-06-21 10:45
    关注

    you can create and change capability to custom usser role via plugin https://wordpress.org/plugins/user-role-editor/

    if you have advance knowledge of wordpress, you can create custom user role and set capability for specific user role.

    $result = add_role(
    'basic_contributor',
    __( 'Basic Contributor' ),
    array(
        'read'         => true,  // true allows this capability
        'edit_posts'   => true,
        'delete_posts' => false, // Use false to explicitly deny
    )
    );
    if ( null !== $result ) {
        echo 'Yay! New role created!';
    }
    else {
        echo 'Oh... the basic_contributor role already exists.';
    }
    

    https://codex.wordpress.org/Function_Reference/add_role

    https://codex.wordpress.org/Roles_and_Capabilities

    评论

报告相同问题?

悬赏问题

  • ¥15 Python中的request,如何使用ssr节点,通过代理requests网页。本人在泰国,需要用大陆ip才能玩网页游戏,合法合规。
  • ¥100 为什么这个恒流源电路不能恒流?
  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器