1. Cleaning
- Check for the last version of WordPress
- From Control Panel go to File Manager in Root in www-Public
- Choose the website folder and clean it: Create a New Folder and Cut – Paste everything from website folder here (archived)
2. Upload WordPress ZIP file
- right click and extract in xxx folder
- Cut all folders in Root
- Clean: Delete the xxx folder and ZIP file
3. Install WordPress
- Create the Database
- Local Host – you do not touch
- Table prefix – 3 letters of the website
- Choose the Blog Title (can be changed later on)
- Choose the admin e-mail and password
- Allow appearance
4. Template
a) Copy for what it is on the server (backup)
- Clean the copy from Dreamwaver exactly as it is on the Server
- Unzip the WordPress in Dreamwaver
- take form remote the wpconfig.php file
b) The template is in Theme
- make a copy and remane the template
- upload it on the server
- change the name in style.css
- make a print screen for screen shoot.png
c) Interesting Files in template
- footer.php
- header.php
- sidebar.php
- single.php
- page.php
- index.php
5. Configuring
a) Settings -> General:
- customise the date:
- j/f/y
- the week starts with Sunday
b) Permanent links:
- custom: /%postname%/
c) Page:
- Rename About – Home
- Change the permanent link!
d) Reading
- Static pages
- front page: Home!
Echo “string”; – between beginning and end of .php
6. Create page
- take off the comments from page.php
- rename commets.php
- delete from server: comments.php and commentspop-up.php
7. Build the page
- delete the custom header function
- change the style.css




(20 votes, average: 4.75 out of 5, rated)