I have been reading Twitter bootstrap for quite a while now. It gives pre-made functionality for so many things using CSS classes, I can create anything. Along with a lot of jQuery plugins already integrated in the package.
On the other hand I see there is a theme with the name responsive
is available in WordPress which gives same functionality. I am confused to choose what should I choose for my upcoming-project. I am going to use WordPress for the project.
I need to know the following.
- Which one is easy to learn? Responsive documentation doesn’t seem to be user friendly.
- Is it fine to use
bootstrap
in wordpress theme? Do i have to do much customization thanresponsive
if i usebootstrap
? - Will using
responsive
give me any benefit overbootstrap
and in the future how can i reuse responsive theme.
I don’t know what responsive theme or types of customization you are referring to.
While I can’t speak to the specific theme, I can say a few things about bootstrap.
Even if you don’t want the look and feel of the bootstrap components you can still use it for the responsive features. It’s not terribly hard to set up and is very reusable. It’s also maintained very well and has excellent documentation. It gets my vote.