add html site to wordpress ?

asaolo

Registered Member
Joined
Jan 2, 2011
Messages
67
Reaction score
0
Hey guys,

i have a html template with salesletter etc... and i want to have it as a static site that it appears if i simply type the homepage url in.

is there a way i can have html pages and wordpress at both time ?
 
Basically you have to cut the index.html into 3 parts: header, sidebar and footer. Once this is done you have to put those 3 elements together in index.php and page.php using php shortcuts.

There is a very good tutorial for this on thethemefoundry (I'm sure you'll be able to find it ;))
 
Ok so if you want the html page inside you normal WP design, you have to follow the steps above. So you have the header and footer of WP and put your content between ;)
 
Back
Top