- Download and Install XAMPP
- Install any Text Editor (Notepad++ or Visual Studio Code or Atom etc...)
- Download as Zip or Clone this project
- Move this files of project to Root Directory into
htdocs
folder
Local Disc C: -> xampp -> htdocs
Local Disk C is the location where xampp was installed
-
Open XAMPP Control Panel and Start 'Apache'
-
On your browser type the address
http://localhost/
-
Go to
yt-content
, clonehome.php
, rename towebpage.php
and edit the title, content, metas, etc... -
Open
yt-template -> menu-nav.php
and go toline 12
and add this:
'webpage' => 'Webpage',
- Refresh your browser and a new menu item should be appear
This project is licensed under the MIT License