I'm looking for a tool to convert a static html / css page to wordpress. I guess the css part doesnt matter; it seems easy to create your own theme. I'm just looking for at tool that can insert the right content into the right database tables, if anything like that exists!

Thanks!

link|improve this question
feedback

2 Answers

I'm not sure, but if it's straight HTML, all you'll need to do is to create a new page in Wordpress and then copy the contents of your HTML file into it (using the HTML editor, not the Visual editor, which is default).

You may have to tweak some things as the page will use the stylesheet of the Wordpress theme you are using.

Edit: Try this plugin which should get you what you're looking for.

link|improve this answer
I know, but the website is huge! We have like 2000 pages. – Frederik Wordenskjold Jun 16 '10 at 12:39
Ah, well then, try this: wordpress.org/extend/plugins/import-html-pages Hopefully that will get you what you need. – Brad Jun 16 '10 at 13:18
feedback

if you have a rss feed for the static html pages your in luck! you can just import the content via the import tool...alas I doubt you will have that feed...

link|improve this answer
Unfortunately I haven't :( – Frederik Wordenskjold Jun 16 '10 at 12:40
what the best way to do this is to separate the "content" from the "styles" of the page...let me see if I can find a way to create a rss feed from static html... – mjrider Jun 16 '10 at 12:43
does the site have a set pattern? like does it follow rules? for the code? – mjrider Jun 16 '10 at 12:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.