Tutorial - Getting started with WordPress

Knowledge Base

Tutorial - Getting started with WordPress


Icons/System/eye-open Created with Sketch. 317 Views 15.07.2024 Web / Web Hosting

Objective

This tutorial will help you create your first content, organise it, put it online and change the theme of your website with the Content Management System (CMS) WordPress. You can build your website without any particular knowledge of programming, with a wide range of topics such as a company website, a blog, or even a website to publicise your activity or passion.

OVHcloud provides services that you are responsible for with regard to their configuration and management. It is therefore your responsibility to ensure that they function properly.

This tutorial is designed to help you with common tasks. Nevertheless, we recommend contacting a specialist provider or the WordPress support if you encounter any difficulties. We will not be able to assist you. You can find more information in the Go further section of this guide.

This tutorial explains how to create a website with WordPress CMS.

Requirements

Instructions

If one is not already installed, add an SSL certificate for the domain name associated with your website before you continue.

When you installed your 1-click CMS, you received an email containing the information you need to follow this tutorial:

  • The access link to the administration interface
  • The administrator's username
  • A link to get the administrator password

Retrieve these items before continuing.

Log in to the administration interface

Go to the admin interface access link sent by email when you installed the CMS. By default, the URL ends with wp-admin. If you have not logged in to your admin interface, WordPress will automatically redirect you to a URL ending with wp-login:

WordPress - Admin login

On this homepage, you can change the default language of the WordPress interface. Go to the dropdown menu at the bottom of the page, select the language, then confirm by pressing the Change button. The language can be changed anytime.

Enter the login (Administrator's username) that was provided to you by email and the WordPress password indicated in the same email. You will then land on your dashboard:

WordPress - Dashboard

Change the theme of your WordPress website

WordPress themes are sets of files that allow you to modify the presentation of your website without modifying its content. There are many themes available on the Web, free and paid, with different styles (websites, blogs, e-commerce, online press, etc.).

To change your theme, go to the left-hand menu in your Dashboard, click on Appearance then Themes:

WordPress - Appearance/Themes

Choose a theme from the list and click on Activate:

WordPress - Appearance/Themes

You can view the result by opening your website in a browser via your domain name.

Write an article

WordPress allows you to easily create content without having any web development knowledge.

To create an article, go to the Posts section on the left-hand menu, then click on Add new:

WordPress - Posts/Add New

Since version 5, WordPress offers an interface to simplify the writing and formatting of articles: Gutenberg. This is a WYSIWYG editor ("what you see is what you get"). It allows you to compose your page directly by adding items such as titles, paragraphs, lists, images, etc.:

WordPress - Gutenberg

Click Add title to add a title to your page:

WordPress - Gutenberg, add title

To add content, click the + symbol and choose what you want to insert:

WordPress - Gutenberg, add block

On the right side of your page, you can find three links to do the following:

  • Save draft, an action you can also do with the Ctrl + S (or cmd + S in macOS) key combination
  • Preview
  • Publish to your website

Click on Preview, then Preview in New Tab. Choose the type of device to render on (PC, tablet or smartphone).

WordPress - Preview

To return to the WordPress administration interface, click on the icon in the top left-hand corner.

Manage categories

WordPress allows you to define categories and associate your articles with one or more of them. To manage categories for your website, go to the Posts section, then to the Categories section:

WordPress - Categories

Now fill in the form to add a new category:

  • Name: The name of your category as it will appear on your website.
  • Slug: Element that will appear at the end of your URL (useful for improving your SEO).
  • Parent category: Allows you to prioritise your categories (the category you create can be a subcategory of an existing category).
  • Description: Not visible by default, however, the description of your category can be made visible by certain themes.

WordPress - Categories filled

Once you have entered this information, click the Add new category button:

WordPress - Categories added

You can manage the hierarchy of your categories. A new category can be linked to an existing category:

WordPress - Sub-category added

Assign a category to an item

To assign an item to one or more categories, click Posts. You will have the list containing all the articles and their statuses. Hover over the title of the item you want to classify and click Quick Edit:

WordPress - Categorise a post

You can then edit the categories by checking or unchecking the items listed in the Categories column:

WordPress - Set new categories to an existing post

Selecting a subcategory does not automatically select the parent category.

Create pages

Pages are to be distinguished from articles. They are mainly used to publish content that will not evolve over time, such as legal notices, general conditions of use, etc.

Go to the Pages page:

WordPress - Go to pages

A default page is generated when you install WordPress. For readability, this page was removed from the example.

Click Add new. You will see the Gutenberg editor:

WordPress - Pages, Gutenberg page builder

Create and publish your page content:

WordPress - Pages, content

If you go back to your website's homepage, you will see a link to your new page:

WordPress - Home page with new page link

By default, links on your WordPress pages are written with a syntax of the type parameter=value, where value is an integer without explicit meaning. Modifying the syntax of permalinks allows URLs with a more readable format. Your URLs will be easier to interpret and improve your website's SEO.

On the dashboard home page, go to Settings then Permalinks:

WordPress - Settings/Permalinks

You can choose between several types of permalinks. Select the “Publication title”, then confirm at the bottom of the page:

WordPress - Settings/Permalinks, select post name pattern

Your links will then be built from the slug you entered when you edited your articles and pages.

Go further

For specialised services (SEO, development, etc.), contact OVHcloud partners.

If you would like assistance using and configuring your OVHcloud solutions, please refer to our support offers.

Join our community of users.

Related articles