Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress WordPress User Roles An Overview of User Roles WordPress User Roles

The difference between a super admin and administrator role is the ability to manage a ___ of WordPress sites.

help me?

5 Answers

Network

Matthias Vanspringel
Matthias Vanspringel
2,529 Points

A super administrator can manage_site & manage_network. This can't be done by an Administrator. These rights are only useful when managing multiple, linked, WP sites.

More info can be found here: https://codex.wordpress.org/Roles_and_Capabilities#Super_Admin

Network

Jeffrey Pia
Jeffrey Pia
31 Points

One thing my team noticed was that when using a Gutenberg Custom HTML block, certain tags would get "sanitized" when entered by a non-superadmin user. Content entered by a superadmin account was not getting altered. Has anyone encountered something similar?