bootScore combines Bootstrap and the Underscores theme boiler template in a compact starter theme for outstanding WordPress projects. It does not include customizer settings, logo upload functionality, or drag-and-drop features. Customization in bootScore is entirely achievable through its .php
, .scss
, and .js
files, requiring basic coding skills for editing.
The Bootstrap source code is included, allowing easy on-the-fly editing Bootstrap without the need for Gulp, Node, or any other technical commands. Simply add your styles, save, and let the built-in scssphp compiler do the rest.
bootScore comes with full WooCommerce support, featuring an integrated AJAX offcanvas cart.
This time-saving tool is designed to swiftly create clean, mobile-first projects. If you are familiar with Bootstrap and its HTML classes, you'll feel right at home and be able to build whatever you desire.
- Download latest release bootscore-main.zip.
- In your admin panel, go to Appearance > Themes and click the Add New button.
- Click Upload Theme and Choose File, then select
bootscore-main.zip
file. Click Install Now. - Click Activate to use your new theme right away.
To install using Composer, you will need to have Composer installed on your system. Ideally, it should also be available on your server with command-line access, although this is not mandatory. For detailed instructions on installing with Composer, please read the documentation.
Edit the theme in an upgrade-safe manner by using the provided bootScore Child. Note that the child theme is not a stand-alone theme, bootScore must be installed for it to function.
- Download latest release bootscore-child-main.zip.
- In your admin panel, go to Appearance > Themes and click the Add New button.
- Click Upload Theme and Choose File, then select
bootscore-child-main.zip
file. Click Install Now. - Click Activate to use your new child-theme right away.
Extend bootScore with small yet useful plugins. Each plugin either utilizes Bootstrap or integrates it into third-party plugins.
If you have a general question that is not answered in the documentation or need help with your project, feel free to open a new discussion. Your question might already have been resolved in issues labeled help wanted.
If you find a bug or have a feature idea, feel welcome to open an issue. Before submitting, kindly check closed issues to avoid duplicates. Note that bug reports must include a link to a reduced test case.
We’re delighted if you'd like to contribute. Simply fork the repository, make your changes, and create a pull request. Every PR will be reviewed, and if everything looks good, we’ll merge your changes into the main
branch.
For important updates, read our blog and follow us on Twitter. This way, you'll stay informed about anything new that you should know.
Like what you see? You can support us by sponsoring this project. Every contribution is highly appreciated, as it helps us maintain high motivation and continually develop the project.
- bootScore, MIT License
- Bootstrap, MIT License
- Bootstrap 5 WordPress Navbar Walker by AlexWebLab, MIT License
- Font Awesome Free License
- scssphp by Leaf Corcoran, MIT License
- Plugin Update Checker by YahnisElsts, MIT License