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

Newbie Wordpress user here and very new to web design but I have a good grasp on how to use Twitter Bootstrap.

I want to create a new wordpress custom theme using Twitter Bootstrap and all of it's JavaScript plugins, but I don't know where to start.

I don't have yet skill in PHP or Javascript, So how shall I start?

I want to create a twitter bootstrap based theme and then create a child theme from it.

Any help from you gurus?

share|improve this question
I don't have yet skill in PHP or Javascript - creating WordPress theme is a development process. You will need at the very least basic development skills first. On starting points for WP themes see theme development in Codex. – Rarst Aug 26 '12 at 12:54

closed as not a real question by Rarst Aug 26 '12 at 12:55

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.

1 Answer

While blatant copying is not allowed ... there is nothing stopping you downloading someone else's Twitter Bootstrap theme and examining it.

I'd also suggest you start by looking at the Twenty Eleven theme which comes with WordPress so you can understand the structure.

Then get yourself a book like Professional WordPress or head over to Smashing Magazine for lots of instructions on how to make a theme

share|improve this answer
Thanks, but I already tried those before Asking the Question. I started studying them, but It taking sometime. That is why I tried to ask it here, so I may receive some direct answers from the one who knows about it. I tried to open the files of some of them, but some files and html element I can't find. – Gary Dapogi Aug 26 '12 at 10:39
1  
You'll want to look at making a child theme of twenty-eleven and editing / creating your own functions.php here you can add in the Bootstrap Javascript so it gets called on your website. You can then add the Bootstrap CSS to your child theme stylesheet. What I suggest you do is look at 320press.com/wpbs/features and examine all the files. Sorry we can help answer a specific question, but creating your own theme and child theme is covered in many better places like Smashing Magazine or WPTuts – Damien Aug 26 '12 at 12:39
Thanks you so much for the revert. Im getting the idea, I'll do some further reading then. I guess I can do this without a real PHP skill. I just have to read the codex. Thanks Again Damien, as this Question was closed by Authority. – Gary Dapogi Aug 26 '12 at 14:47
   
You can do it without having any "skills" in the same way you can rebuild your own car without having any "skills". Stop trying to take shortcuts. Learn things. – Otto Aug 26 '12 at 14:55
@Otto, excuse me... In my comment above, I didn't say "without having any skills". I said without a real PHP skill. What I meant for that was, no advance PHP skill. I guess I will have to ask another question, Does skill the same as knowledgeable? – Gary Dapogi Aug 26 '12 at 15:09
show 1 more comment

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