Skip to content

JimJ92120/wordpress-plugin-add-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordpress-plugin-add-bootstrap

Add Bootstrap CSS and JS to your site.

Current available Bootstrap versions:

  • Bootstrap 3
    • 3.3.7
    • 3.4.1
  • Bootstrap 4
    • 4.4.1
    • 4.5.3
    • 4.6.2
  • Bootstrap 5
    • 5.0.2
    • 5.1.3
    • 5.2.3

Requirements

For plugin installation

PHP >= 7.4
WordPress >= 5.9

For development

PHP >= 7.4
WordPress >= 5.9
npm >= 6.0
node >= 14.0
Docker

How to use

  1. Download the .zip file and install Add Bootstrap plugin in WordPress.

  2. Activate Add Bootstrap plugin.

  3. Go to Appearances > Bootstrap options page

  4. Configure Bootstrap settings

image


Development

  1. Install npm dependencies
npm install
  1. Run wp-env environment
npm run wp-env start

Credits