- Download WordPress and place all the files into the root of your site.
- Create a new table in your database.
- Rename 'wp-config-sample.php' to 'wp-config.php', open the file and add your database settings.
Also generate the keys. - Load your site address in the browser and fill in the form (admin details) and login.
- Goto '\wp-content\themes' in your directory and create a new theme folder. Give it any name.
- Now go into any theme folder(e.g twentytwelve) and copy 'style.css' into your new theme folder. In your 'style.css' delete everything from the first '*/' till the end of the file. Change the theme name to your new theme name and update the rest of the details.
- Finally create two more files in your theme folder. 'functions.php' and 'index.php'.
6.
No comments:
Post a Comment