Bootstrap in WordPress Posts & Pages
Bootstrap is one the most popular front-end frameworks for developing elegant, fully responsive websites. The open-source framework includes a variety of components, such as buttons, navigation bars, and modals, which can be used to create a wide range of website features, from simple contact forms to complex e-commerce sites.
Our Bootstrap Plugin makes it possible to insert Bootstrap (5.0.2) components into WordPress posts and pages.
How it works?
Install and activate the Plugin, add a HTML DIV
of class="bootstrap-inside"
to your post or page and then insert, inside, Bootstrap elements as shown in the example below.
Example
This HTML code provided below illustrates how to add a simple Bootstrap Form to a WordPress post or page.
The form, as rendered on your WordPress website, should look like this: