Difference between revisions of "WordPress"

From CNM Wiki
Jump to: navigation, search
(Roles)
Line 25: Line 25:
 
|subscriber||User who can only manage their profile.
 
|subscriber||User who can only manage their profile.
 
|}
 
|}
 +
 +
==Custom CSS==
 +
Some themes allow for global custom [[CSS]].

Revision as of 23:17, 18 March 2020

WordPress is open-source content management software, which source code is published at https://wordpress.org. WordPress is coded with PHP and uses MySQL as its database.


Roles

Role Slug Description
Super Admin   User with access to the site network administration features and all other features.
Administrator administrator User who has access to all the administration features within a single site.
Editor editor User who can publish and manage posts including the posts of other users.
Author author User who can publish and manage their own posts.
Contributor contributor User who can write and manage their own posts but cannot publish them.
Subscriber subscriber User who can only manage their profile.

Custom CSS

Some themes allow for global custom CSS.