How to insert Bootstrap componets?
-
Hello!
I have been programming for a long time, I just avoided WordPress because.. well, I hate it ??
I came across your theme and it looks like it may be a good start for a “base Bootstrap reset” version of WordPress.
What I am wondering is, how do you insert Bootstrap components like say a grid (ie: col-sm-6), nav, table, form, input elements, etc.. In Bootstrap, they all have their own classes.
So say I am editing my page, and I want a 50/50 split.
<div class="row"> <div class="col-sm-6"></div> <div class="col-sm-6"></div> </div>
I noticed WordPress has a new editor (I am not sure how I feel about it yet..).
Does this theme include any ability to insert these elements? Is there a (separate) plugin around that aids with this?
My client needs to be able to easily edit his pages in the future, which is why I chose WordPress. However, he isn’t going to be able to do it only works in the code editor.
Thanks.
- The topic ‘How to insert Bootstrap componets?’ is closed to new replies.