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 trialhung dinh
Courses Plus Student 1,170 PointsThe difference between a super admin and administrator role is the ability to manage a ___ of WordPress sites.
help me?
5 Answers
jpxayhijta
8,353 PointsNetwork
Brian Toler
2,518 PointsNetwork
Matthias Vanspringel
2,529 PointsA 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
Chipo Kamuti
6,719 PointsNetwork
Jeffrey Pia
31 PointsOne 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?