Title: Where to define bootstrap
Last modified: August 31, 2016

---

# Where to define bootstrap

 *  [rechique](https://wordpress.org/support/users/rechique/)
 * (@rechique)
 * [10 years ago](https://wordpress.org/support/topic/where-to-define-bootstrap/)
 * Hi, Hope that you are well 🙂
 * i would like to know where can i place this code:
 * define( ‘content_bootstrap_enable_version_3’, true );
 * and how do i start using the content bootsrap?
 * [https://wordpress.org/plugins/content-bootstrap/](https://wordpress.org/plugins/content-bootstrap/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Takayuki Miyauchi](https://wordpress.org/support/users/miyauchi/)
 * (@miyauchi)
 * [10 years ago](https://wordpress.org/support/topic/where-to-define-bootstrap/#post-7368627)
 * You can use CSS and Components of Bootstrap.
    [http://getbootstrap.com/components/](http://getbootstrap.com/components/)
 * For example, please insert a code into tinymce editor like following.
 *     ```
       <div class="alert alert-success" role="alert">...</div>
       <div class="alert alert-info" role="alert">...</div>
       <div class="alert alert-warning" role="alert">...</div>
       <div class="alert alert-danger" role="alert">...</div>
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Where to define bootstrap’ is closed to new replies.

 * ![](https://ps.w.org/content-bootstrap/assets/icon-128x128.png?rev=1059014)
 * [Content Bootstrap](https://wordpress.org/plugins/content-bootstrap/)
 * [Support Threads](https://wordpress.org/support/plugin/content-bootstrap/)
 * [Active Topics](https://wordpress.org/support/plugin/content-bootstrap/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/content-bootstrap/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/content-bootstrap/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Takayuki Miyauchi](https://wordpress.org/support/users/miyauchi/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/where-to-define-bootstrap/#post-7368627)
 * Status: not resolved