I have created a static website using xhtml, css and jquery. I have got zero knowledge or understanding of how php and mySQL works. Is it possible to create fully functional theme for wordpress? And how about using frameworks?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’ll be able to do it but you’d need some basic at least PHP knowledge to get going.
Start out having a look at the WordPress Codex – http://codex.wordpress.org/Main_Page.
It’s full of all the information you’ll need to get started.
From there have a look at an existing WordPress theme. Try making small changes to that and see how you get on.
You won’t really need MYSQL as WordPress runs it’s own, easy to understand querys.
Good luck.