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

I am looking for a guide or tool for inserting bootstrap in to underscores theme. Booststrap is a CSS framework and Underscores theme is starter theme with ultra-minimal CSS.

share|improve this question
3  
Can you rephrase your question to not use twitter bootstrap web 3.0 jargon? What do you mean by bootstrapping underscores? bootstrap and udnerscore are separate frameworks, it's not clear what you want – Tom J Nowell Jan 19 at 23:52
Booststrap is a CSS framework and Underscores theme is starter theme with ultra-minimal CSS. I edit question, i hope you like new version – Ünsal Korkmaz Jan 20 at 1:07
If your question is what i think it is then it's purely a html/CSS question, not a WP question and so the bootstrap docs have your answer and this question is offtopic – Tom J Nowell Jan 20 at 17:04
That and underscores is a starter theme, not a theme of itself, you're supposed to modify it – Tom J Nowell Jan 20 at 17:04

2 Answers

This plugin should do the trick: http://wordpress.org/extend/plugins/wordpress-bootstrap-css/

It simply packages up boostrap's CSS and JS and inserts it in you theme (as long as the theme provides the right hooks to wordpress).

share|improve this answer
its just adding bootstrap to theme. Its not making theme to use bootstrap :< – Ünsal Korkmaz Jan 20 at 11:52
up vote 0 down vote accepted

I created a theme for this purpose and will release public when buddypress 1.7 release. More details: http://buddypress.org/support/topic/do-you-want-full-bootstrap-buddypress-theme/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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