bootstrapwp-Twitter-Bootstrap-for-WordPress
bootstrapwp-Twitter-Bootstrap-for-WordPress copied to clipboard
CSS toolkit from Twitter for use as a WordPress theme
Someone asked for a font awesome implementation. I still didn't included examples in the repo itself, but you can see some examples at http://desarrollo.prometeotdf.org.
Correct html markup according to: https://github.com/rachelbaker/bootstrapwp-Twitter-Bootstrap-for-WordPress/issues/54
I did 22 entries to Russian in a file named ru_RU.po. The question is how to get work localization? It is still display native english strings despite of WPLANG defined...
On a page generated by archive.php (and possibly others) with DEBUG enabled an error is generated. This is due to a missing $post global declaration. Simply adding in this declaration...
Hi Rachel, Here is a pull request to improve i18n and add french translation. (That's my first pull request, I hope I do it correctly :) ) Cheers, Matthieu
I'm developing a child theme of bootstrap, but have been having issues with image uploads. (They originally work, then suddenly refuses to upload or show old image uploads on the...
After the function is defined, it isn't gettng called so add this! add_action('after_setup_theme', 'bootstrapwp_theme_setup');
Hi! First of all, thanks for this amazing theme. I'm just starting to fiddle with it and it's pretty awesome :D I'm working with the theme using a child theme...
Hi, I am working on a site and during our QA we noticed that the theme is forcing IE8's (and below) .container down to 940px instead of 1170px (IE9+ is...