rtCamp notes, day 13/undefined

Using WordPress

User roles

Super Admin : Allows access to the Network Admin interface & all other admin features
Admin : Allows access to all the admin features of a single site
Editor : Allows access to publishing and accessing posts including posts of other members.
Author : Allows access to publish and access post, can only access own posts.
Contributor : Allows to write and manage posts, but post publishing needs approval from editor or greater role.
Subscriber : Can only view their own profile in wp-admin & can only read and comment on posts.

Enabling/Disabling a single theme for a site in multisite

To make a single theme visible to a site,
As a Super Admin, go to My Sites-> Network Admin -> Sites click Edit button below the site you want to add theme to, goto the Themes section
From this Themes section you can enable/disable a theme to make it available/unavailable to a single site.

To make a theme visible to all the sites, we can go to Network Admin -> Themes and from there we can do Network Enable that would enable that theme for all the sites in the network

We can add parent and child pages, while creating a page, we get the Parent page option under Page Attributes, there we can specify the parent page for the current page.
One parent page can have multiple child pages but one child page can have only a single parent page.

Parents and child page concept ->
Parent Page: Animals (site_url/animals)

Child pages: Tiger (site_url/animals/tiger), Lion (site_url/animals/lion), etc

Will be adding more notes when I get back to study later in the night, did spend most of the time today on the assignment itself.

Regards

Aryan Jasala

WordPress Engineer Trainee

Leave a Reply

Your email address will not be published. Required fields are marked *