How To Create HTML Pages Using WordPress as Software


How To Create HTML Pages Using WordPress as Software so that the website loads very fast and becomes hacker proof ? Very easy, just follow our method. WordPress is great as CMS for Retail Product Selling websites too, but the basic measures needed for WordPress and MySQL dependency might be a problem, this is the reason to write this on How To Create HTML Pages using WordPress as a Software.

 

How To Create HTML Pages Using WordPress as Software : Basic Needs

 

Basic Needs are very small. Develop a website on the domain and Server itself or develop on Local Computer. For this Step of How To Create HTML Pages guide, you can follow this tutorial.

 

Step by Step Guide on How To Create HTML Pages using WordPress

 

Complete the full website first. Open the post or of WordPress on . View its Source Code. Copy it. Use any advanced text editor like gedit. Like this :

 

 How To Create HTML Pages

 

Paste it on gedit. Save the homepage as index.html and others as your wished name with html extension. Do not forget to remove the white spaces, line breaks to compress it more :


 

wordpress html

 

Deleting WordPress  is not needed and complicated as there are folders and files which page actually uses. However, if you want to make WordPress inaccessible, you can delete wp-login.php, wp-.php, wp-upgrade.php and full wp-admin , probably its better to rename them rather than deleting them.

 

Getting Pretty URLs

 

thecustomizewindows.com/sample-page.html does not looks great, it would look better if it was  thecustomizewindows.com/sample-page . Yes you can do it very easily using .htaccess tricks. Add this code inside :

 

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html -f
RewriteRule ^(.*)$ $1.html

 

This ends the easy trick of How To Create HTML Pages using WordPress as a Software. We are getting the easy production of optimized webpages, side by side its becoming light on server.

 

Signature


0saves
If you enjoyed this post, please consider leaving a comment or subscribing to the RSS feed to have future articles delivered to your feed reader.
About Abhishek

Abhishek Ghosh is an Orthopedic Surgeon, Inventor with 216 Patents, Current editor of The Customize Windows Media Group. You can follow and know more about Dr. +Abhishek Ghosh on Google Plus and follow on Twitter as @AbhishekCTRL.

Trackbacks

  1. How To Create HTML Pages Using WordPress as Software says:

    [...] How To Create HTML Pages Using WordPress as Software. [...]

Speak Your Mind

*