Bootstrap driven WordPress starter theme.
- WP Scripts for compiling assets.
- Bootstrap 5 CSS framework.
- WordPress Bootstrap Navwalker for navigations.
- Advanced Custom Fields for options page.
- Bootstrap row
- Bootstrap column
- Bootstrap buttons
- Bootstrap button
- Bootstrap spacer
- Download and extract zip into
wp-content/themes/
folder. - Run
npm install
to install dependencies. - Run
composer install
to install dependencies. - Run
npm run build
to compile assets. - Activate theme via WordPress admin menu: Appearance/Themes.
Run composer install
to install dependencies.
Run npm install
to install dependencies.
Run npm run start
to compile assets when files change.
Run npm run build
to compile and optimise assets.
Run npm run bundle
to create distribution archive.
Run composer run make-pot
to create translation file.