The instructions below can be roughly separated into the following smaller tasks (sections/parts):

  1. Add a new Article
  2. Create a new Menu
  3. Add a new Module and position the Menu through the Module
  4. Connect the Article with the Menu

The above concepts (ie. Article, Menu, Module) are similar to other platforms such as WordPress:

  • Article(s) → equivalent to Page(s) in other platforms
  • Module(s) → equivalent to a container that displays content (Menus) on a chosen position
  • Menu → equivalent to navigation in other platforms

Here are the steps to add a Privacy Policy page on Joomla 4:

Create a new Article

  1. Log in to your Joomla website.

  2. Let's start with the first step - add a new page on the Joomla 4 site.

    From the Joomla's Dashboard, go to Content:

  3. From the Content menu, select Articles:

  4. From the Articles page, click on the + New button:

  5. The New Article editor page will open. Each article needs to have a Title and a Category. Type Privacy Policy in the Title field:

  6. In the Content section, under Article text, click on the three dots to expand the Article editor:

  7. Click on the code (<>) icon to open the source code editor:

  8. Add the Privacy Policy HTML code in the source code editor.

    If you do not have a Privacy Policy, you can use our Privacy Policy Generator and create it within minutes.

    Once you have the Privacy Policy created by TermsFeed, let's get the policy text. Under the Copy your Privacy Policy section, click on Copy this to clipboard:

  9. Paste the generated Privacy Policy HTML code in the Source code editor:

  10. Click OK:

  11. The HTML text of your Privacy Policy is displayed in the WYSIWYG editor. Since all Articles need to be in at least one category (otherwise it will be automatically added to the Uncategorized category) we created a new category named Legal. On the right side, under the Category section, click on the dropdown menu and select it:

  12. In the top menu, click on the Save & Close button:

    You're done. A new Article is created and added to the Legal category.

Create the Menu

  1. From the website's Dashboard, go to Menus:

  2. From the Menus menu, select Manage:

  3. From the Menus Editor page, click on the + New button:

  4. The Add Menus editor page will open. Fill in the required fields: Title and Unique Name. For this example, we named both as Footer Menu:

  5. Click Save & Close:

  6. The new Footer Menu has been created. Now continue to add a Module for this Menu.

Add a new Module to the Menu

  1. To add a new Module to the Menu, go back to your website's Dashboard and select Content:

  2. Select Site Modules:

  3. From the Modules (Site) editor page, click the + New button:

  4. A list of Modules will open. Scroll down and select the Menu module:

  5. Name your Module using the Title field. We used the Footer Menu in our example here:

  6. On the right side, under the Position section, click on the dropdown menu and select the desired menu position. For this example, we selected the Footer position for our Footer Menu:

  7. Click Save & Close:

"Connect" the Article to the Menu

  1. Now, as a last step, we need to link the Article to the Menu. In order to add your page (Article) to the footer menu, you need to go back to the Dashboard and go to the Menus (again):

  2. Select the newly created Footer Menu from the Site menus:

  3. From the Menu Items editor page, click on the + New button:

  4. Name your New Menu Item using the Title field. Since we want to add our Privacy Policy page (Article) to the Footer Menu, we named this new menu item Privacy Policy:

  5. From the Details section, click on the Select button to add a new menu type:

  6. From the new Menu Item Type window, select Articles:

  7. Select Single Article:

  8. The Select Article field will appear. It has 2 options: Select or Create. For this example, we used the Select option.

  9. The Select an Article window will open with a list of all Articles created on your website. Select the Privacy Policy Article:

  10. From the same Menu Item editor page, go to the Page Display tab to adjust the settings:

  11. Under the Page Display tab, at the Show Page Heading, select the Hide option.

    The HTML code that is added as part of the Privacy Policy page (article) already has a page heading, so you do not need it to be displayed twice. That's the purpose of the Hide option.

  12. Click Save & Close:

  13. The Privacy Policy Article is now added as a new item to the Footer Menu. To preview changes, go to the Preview button at the top menu:

  14. You're done!