1. Home
  2. CMS/Applications
  3. How to Use WordPress

How to Use WordPress

Overview

WordPress is a free open-source CMS (configuration management system). It allows everyone to easily publish websites and blogs on the Internet.

The purpose of this article is to describe how you can install and configure WordPress with N0C.

Note : The article does not aim to explain how to design the WordPress website itself. You can refer to the WordPress Support on the Web.

Note :The Glossary contains explanations on multiple topics and can be consulted to clarify certain terms.

Prerequisite

Go to https://mg.n0c.com/en/.

How to Create a Website

  1. In N0C, go to CMS/Applications > N0C WP.
  1. Click on the Create button to open the Create WordPress App window:
  1. In the ADMIN USERNAME field, define the website administrator’s username.
  2. Enter a PASSWORD.
  3. In the SITE LANGUAGE drop-down list, determine whether your site will be in French or in English.
  4. Choose the DOMAIN NAME in the drop-down list.
  5. In the PATH (optional) field, enter the name of the repository where your sites’s files must be kept.
  6. In the BLOG TITLE field, specify the name of your web site.
  7. In the ADMIN EMAIL field, enter the administrator’s e-mail.
  8. Make sure to check Use HTTPS if you want your site to be secured (this is recommended).
  9. Make sure the Include WWW in URL box is checked if needed.
  10. Click on the CREATE button when you are ready to create your WordPress website.
  11. Confirm that your website is listed under My WordPress Websites (the WordPress administrator should also send you a confirmation message by e-mail):
  1. Click on the Log in icon to go to the WordPress administration:

Advanced Parameters

When creating a WordPress application, it is possible to choose an existing database to support it, change the prefix of its tables and define a user.

  1. Make sure that a database1, preferably empty, has been created, as well as a user for it (how).
  2. In the Create a WordPress application window, check the Show advanced settings (optional) box:
  1. Fill-in the information:
    • Define the DATABASE PREFIX. This prefix will be given to all tables.
    • With the NAME OF THE DATA BASE drop-down list, choose the database that will be used to build your WordPress application.
    • With the DATABASE USER drop-down list, choose the user of the database.
    • Fill in the PASSWORD field.
  2. Click on the CREATE button when you are ready to create your WordPress site.

Website Overview in N0C

  1. Click on the Details button under My WordPress websites next to the website you wish to view:
  1. This gives access to the Overview window:

Where: 

TermDescription
URLWebsite address on the Internet.
DATABASEDatabase name (accessible with PhpMyAdmin).
VERSIONThe version of WordPress that is used.
USERUser linked to the database.
PATHPath to access the files in the File Manager.
ACTIONSConnexion icon for connecting to the website or Delete icon (trash can) to delete the website.

Plugins

A plugin is a set of folders that add new functions to WordPress.

Users default plugins are available. Users can also download plugins from the Web.

How to Activate, Disable and Delete Default Plugins

  1. The plugins available by default are displayed in the Plugins view:
  1. Among the default plugins, click on the Activate or Disable icon, as desired, and the STATUS will be displayed accordingly:
  1. Click on the Delete icon (trash can) if you do not intend to use a plugin.

How to Add Plugins

  1. Click on the Add button:
  1. Click on FEATURED to display recommended plugins:
  1. Click on Install or Visit website on the plugin you are interested in.
  2. If the plugin you want is not displayed, click on the SEARCH RESULTS tab:
  1. Search for the desired plugin in the Search Plugin field and press the Enter key on your keyboard to display the results.
  2. Click on Install or Visit website for the selected plugin.

Themes

A theme — also called a template — is a ready-to-use website.

This helps separate editorial content from formatting. Only certain elements are editable, such as colors, images, etc.

How to Activate or to Delete a Theme

  1. The themes that are available by default are displayed in the Themes section:
  1. Click on the Activate icon next to the theme you wish to use and the STATUS will be displayed accordingly.
  1. Click on the Delete icon (trash can) if you want to delete a theme.

How to Add Themes

  1. Click on the Add button:
  1. Search for a theme in the Search a theme field and press the Enter key on your keyboard:
  1. Click on the Install button of the theme you wish to install.

Note :You can hover over any theme displayed after the search and click on the More details button, which opens the website of the theme.

Users

The interface also allows you to manage users and to assign their roles.

How to Modify Users’ Attributes and Roles

  1. Users are listed:
  1. Click on the Edit icon next to the user you wish to edit.
  2. Modify if needed the following information about the user:
    • The PASSWORD.
    • The EMAIL.
    • The ROLE.
  1. Click on the SAVE button.

How to Add Users to a Site

You can add as many users as you want to your website.

  1. Click on the Create button:
  1. Complete the information in the Add User window:
  1. Provide the following information about the user:
    • The USER name.
    • The PASSWORD.
    • The EMAIL.
    • The ROLE.
  2. Click on the SAVE button.

How to Delete Users

You can revoke a user’s access to your website anytime.

  1. Click on the Delete icon next to the user:

Roles and Privileges

Managing a website requires each user to have a specific role with associated privileges that allow them to perform their designated tasks.

How to Modify Roles and Privileges

  1. To modify the privileges for a role, click on the Edit icon next to it:
  1. In the Change role [Role Name] window, select or deselect the desired privileges:
  1. Click on the SAVE button.

How to Add Roles 

You can add new roles to your website and define their privileges.

  1. Click on the Create button:
  1. Give a name to your new ROLE:
  1. Choose the privileges of the role by selecting the desired options.
  2. Click on the SAVE button.

How to Delete a Role

  1. Click on the Delete icon next to the role you wish to delete:

1 The existing data remain even if the chosen database is not empty.

Updated on February 8, 2024

Related Articles