Themeforest to Regular html

offtheroad

New Member
I have some ThemeForest templates but want to use them for regular html CSS template. How can I do that and not useing Wordpress.
Thanks
 

offtheroad

New Member
Thanks, I just wanted to some how keep the style of the template and take it into Dreamweaver. I realize it sounds odd.
 

krymson

Member
Basically... you save the css file
then create a new html document
copy all the code from the header, footer, sidebar, and page, remove the wordpress php, then viola you have your template
 

offtheroad

New Member
Basically... you save the css file
then create a new html document
copy all the code from the header, footer, sidebar, and page, remove the wordpress php, then viola you have your template
In this one template the only .php I see is the contact-send.php
Is that the only code i need to remove?
Thanks
 

offtheroad

New Member
In this one template the only .php I see is the contact-send.php
Is that the only code i need to remove?
Thanks
OK I opened another template and there isn't even a index.htm to preview it and 99% of it is .php although there is an index.php so I don't know how to preview it.
Thanks so far
 

krymson

Member
you want to copy the code in all of these files and put them into 1 html file and delete all the php
 
Top