Hi Everyone,
What techniques do you use to convert your WordPress themes to HTML templates?
What? .. What do you mean?
Maybe you wanted to say ‘convert your HTML templates to WordPress themes’?
- Envato Staff
- Sold between 100 000 and 250 000 dollars
- Support Staff
- United States
- Author had a Free File of the Month
- Microlancer Beta Tester
- Beta Tester
- Interviewed on the Envato Notes blog
I start with PHP files for the navigation and footer (trust me when I say that you REALLY don’t want to edit all the HTML files later just to change the navigation or other universal parts of your pages).
Then it’s just a matter of viewing the source code and cleaning/formating all of the HTML in an editing program of choice (for me it’s Notepad ++). Quite frankly, it’s a very simple but tedious job.
cippo said
What? .. What do you mean? Maybe you wanted to say ‘convert your HTML templates to WordPress themes’?
No …
I really want to convert my WordPress theme to HTML . I know there are some people who save the pages in HTML format, but I want to know if there are any other techniques 
JamiGibbs said
I start with PHP files for the navigation and footer (trust me when I say that you REALLY don’t want to edit all the HTML files later just to change the navigation or other universal parts of your pages). Then it’s just a matter of viewing the source code and cleaning/formating all of the HTML in an editing program of choice (for me it’s Notepad ++). Quite frankly, it’s a very simple but tedious job.
Thank you
You do the conversion manually, right? Or do you copy the browser output code?
- Envato Staff
- Sold between 100 000 and 250 000 dollars
- Support Staff
- United States
- Author had a Free File of the Month
- Microlancer Beta Tester
- Beta Tester
- Interviewed on the Envato Notes blog
diogoredin said
JamiGibbs saidThank you
I start with PHP files for the navigation and footer (trust me when I say that you REALLY don’t want to edit all the HTML files later just to change the navigation or other universal parts of your pages). Then it’s just a matter of viewing the source code and cleaning/formating all of the HTML in an editing program of choice (for me it’s Notepad ++). Quite frankly, it’s a very simple but tedious job.You do the conversion manually, right? Or do you copy the browser output code?
In the browser, copy the source code from your WordPress version and then paste it into your editing software. It’s going to look like a mess because WP always makes the source code look all snaggle toothed.
After pasting, you’re going to have to manually go through it line by line to make sure there isn’t anything quirky with it and to beautify it too.
In the browser, copy the source code from your WordPress version and then paste it into your editing software. It’s going to look like a mess because WP always makes the source code look all snaggle toothed. After pasting, you’re going to have to manually go through it line by line to make sure there isn’t anything quirky with it and to beautify it too.
I guess I have much work to do
Thank you!
Hi I know exactly how to do it
contact me at bgaby88 at yahoo dot com
creativestuff said
Hi I know exactly how to do itcontact me at bgaby88 at yahoo dot com
Email sent 
