WordPress Development
HTML to WordPress theme
. WordPress is the best Open Source Content Management System (CMS) for managing your Web Site on regular basis. Let’s we have Static Web Site and we want to move to WordPress. Less the number of static pages, less the effort is required to convert.
- Install WordPress in the root of this domain.
- Immediately copy the Index.html to the WP Theme folder, and rename it Home.php.
- Leave the permalinks with their default settings. This keeps you from having problems with existing pages.
- Copy the contents from About.html and create a page called About
- Copy the contents of your other files and make pages with the exact same names. If your page names are different than the titles, you can edit the permalinks to match the filename (without the html extension).
- Once the data is copied and you have the look you want, change the permalinks to /%postname%.html
- For PAGES to use the HTML Extension you need a plugin as Word Press only applies the Permalinks structure to the posts. Recommended HTML Extension Plugin -> Word Press Hero
- Install this Plugin first for the pages.
- Remove the old static pages, I suggest keeping them just in case you have a problem, but you need to move them out of the root.
- Copy the index.html contents to the file you want to be your home page, and delete the Home.php file. Typically this is the index.php in the theme; however you may want to use a static page depending on the site setup. You can change this in WP Settings.













