Wednesday 17 April 2013

Creating a Site using WordPress


  1.  Download WordPress and place all the files into the root of your site.
  2. Create a new table in your database.
  3. Rename 'wp-config-sample.php' to 'wp-config.php', open the file and add your database settings.
    Also generate the keys.
  4. Load your site address in the browser and fill in the form (admin details) and login.
  5. Goto '\wp-content\themes' in your directory and create a new theme folder. Give it any name.
  6. 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.
  7. Finally create two more files in your theme folder. 'functions.php' and 'index.php'.

6.














7.