Difference between revisions of "WordPress"

From CNM Wiki
Jump to: navigation, search
(Roles)
(Custom CSS)
Line 28: Line 28:
 
==Custom CSS==
 
==Custom CSS==
 
Some themes allow for global custom [[CSS]].
 
Some themes allow for global custom [[CSS]].
 +
 +
==See also==
 +
 +
===Related lectures===
 +
:*[[COTS in CNM Cloud]].
 +
 +
[[Category: CNM Cyber Orientation]][[Category: Articles]]

Revision as of 01:35, 13 October 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.

See also

Related lectures