Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I have designed website with HTML, CSS, Java script & Php, currently i am looking to see if is possible to convert this site to wordpress in order to use plugins and be able to use all the features and services of wordpress, so can anyone let me know how i can turn a html site in to wordpress, thanks.

share|improve this question
3  
Wordpress has a huge API & it's possible to integrate almost any HTML+CSS to it. You can start by going through the codex. That being said, this question is not allowed on this forum. The questions asked here should have a short definite answer, see our FAQ – Mridul Aggarwal Nov 15 '12 at 19:31
If you have a specific problem you're facing, please put that as a question & we will do our best to help. – Mridul Aggarwal Nov 15 '12 at 19:32

closed as not a real question by Chip Bennett, Brian Fegter, Michael, brasofilo, anu Nov 15 '12 at 23:51

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

3 Answers

If you use a skeleton theme like Toolbox, _s, or blueprint you'll be able to add your existing code into wordpress fairly easily. Just add the proper code into the correlating PHP files, i.e. your heading and navigation markup into header.php, footer markup going into footer.php, create page templates where necessary and add your CSS to the stylesheet.

It's fairly easy to convert html sites to Wordpress, since you really just need to add the stylesheet and make minor changes to the structure, and if you're comfortable with HTML and CSS and familiar with PHP, you should be able to figure it out pretty easily. If not, you should be able to find a wordpress junkie who can do it quickly for you.

I feel like Wordpress has a pretty soft learning curve and if you pay attention to the Codex and also just look for some articles about the topic you should be able to do it yourself just fine.

My only real concern is if you're using a database with your current PHP code, because moving a database might be the only thing that causes you any real headache.

share|improve this answer

Try taking some of the content and converting it to PHP. Maybe you can turn it into a theme and get it to work on Wordpress.

share|improve this answer

Here's a pretty decent starting point:
http://thethemefoundry.com/blog/html-wordpress/
(mirror)

It's a tutorial on converting a basic html site to a basic WP theme/site.

share|improve this answer

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