Recall & Review
beginner
What is a user role in WordPress?
A user role in WordPress defines a set of permissions that control what a user can and cannot do on a website. It helps manage access and capabilities easily.
Click to reveal answer
beginner
Name the default WordPress user roles.
The default WordPress user roles are: Administrator, Editor, Author, Contributor, and Subscriber. Each has different levels of access and permissions.
Click to reveal answer
intermediate
What capability does the Administrator role have that others do not?
The Administrator role has full control over the website, including managing themes, plugins, users, and settings. Other roles have limited permissions.
Click to reveal answer
intermediate
How can you customize user permissions in WordPress?
You can customize user permissions by using plugins like 'User Role Editor' or by adding custom code to modify capabilities for roles or individual users.
Click to reveal answer
beginner
Why is it important to assign the correct user role?
Assigning the correct user role ensures users have only the access they need, which helps keep the website secure and organized by preventing unauthorized actions.
Click to reveal answer
Which WordPress role can publish and manage posts but cannot install plugins?
✗ Incorrect
Editors can publish and manage posts including others' posts but cannot install plugins, which is reserved for Administrators.
What is the default role assigned to new users in WordPress?
✗ Incorrect
By default, new users are assigned the Subscriber role, which allows them to read content and manage their profile only.
Which capability is NOT typically allowed for the Contributor role?
✗ Incorrect
Contributors can write and edit their own posts but cannot publish them; publishing is done by Editors or Administrators.
How can you add a new custom user role in WordPress?
✗ Incorrect
New roles can be added by plugins or by using the add_role() function in custom code.
Which role should you assign to a user who only needs to comment and read content?
✗ Incorrect
Subscribers can read content and leave comments but cannot create or edit posts.
Explain the difference between the Editor and Author roles in WordPress.
Think about who can control others' content.
You got /3 concepts.
Describe how you would safely give a user permission to edit posts but not change site settings.
Focus on limiting access to settings.
You got /3 concepts.