-
Notifications
You must be signed in to change notification settings - Fork 9
Getting Started
Johan Janssens edited this page Jun 7, 2019
·
20 revisions
In the root folder of your Joomla installation, create the following folder structure:
- joomlatools-pages
- pages
To create a new page, simply go to your joomlatools-pages/pages
directory and add a new file. In this example, we'll use the file newpage.html
but you can name it anything you like. Open the file in a text editor and paste the following snippet:
<h3>Hello World!</h3>
<p>Welcome to my new page.</p>
In the administrator interface, go to your menu manager and create a new menu item. The Menu Item Type should be Pages > Default. Add the title and alias, making sure that the alias matches the file you created. For example:
- Title:
New Page
- Alias:
newpage
Now save this, and in your browser go to http://example.com/newpage
Got a question or need help? We have a forum on Github Discussions where you can get in touch with us.