All Projects → nicolas-van → Wordpress Simple Bootstrap

nicolas-van / Wordpress Simple Bootstrap

Licence: mit
A clean base theme to use Twitter Boostrap 4 with Wordpress

Projects that are alternatives of or similar to Wordpress Simple Bootstrap

Acf Pro Installer
A composer install helper for Advanced Custom Fields PRO
Stars: ✭ 265 (+349.15%)
Mutual labels:  wordpress-development
Docker Wordpress
Wordpress Docker container using SSL Certificates with LetsEncrypt
Stars: ✭ 391 (+562.71%)
Mutual labels:  wordpress-development
Composify
Turn WordPress plugin zip files into git repositories, so that composer version constraints work properly.
Stars: ✭ 36 (-38.98%)
Mutual labels:  wordpress-development
Air Light
WordPress starter theme - designed to be minimal, lightweight and easy for all kinds of WordPress projects. Public Roadmap: https://favro.com/organization/3b45e73eaf083f68fefef368/c1dd2d4a99d6723904d2e763
Stars: ✭ 285 (+383.05%)
Mutual labels:  wordpress-development
Action Scheduler
A scalable, traceable job queue for background processing large queues of tasks in WordPress. Specifically designed for distribution in WordPress plugins (and themes) - no server access required.
Stars: ✭ 386 (+554.24%)
Mutual labels:  wordpress-development
Wordpress Gear
A bunch of gear for WP developers
Stars: ✭ 438 (+642.37%)
Mutual labels:  wordpress-development
Fabrica Dev Kit
A toolkit for faster, smoother WordPress 5 development
Stars: ✭ 256 (+333.9%)
Mutual labels:  wordpress-development
Framework
Assely is a PHP framework which brings a little joy to the WordPress development. Develop structured, easily scalable and complex WordPress websites and web applications with true pleasure.
Stars: ✭ 53 (-10.17%)
Mutual labels:  wordpress-development
Awesome Wp Developer Tools
A collection of plugins, starter themes and tools to make WordPress development easier.
Stars: ✭ 388 (+557.63%)
Mutual labels:  wordpress-development
Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (-55.93%)
Mutual labels:  wordpress-development
Super Progressive Web Apps
SuperPWA helps to convert your WordPress website into Progressive Web Apps instantly. PWA (Progressive Web Apps) demo at : https://superpwa.com and Plugin :
Stars: ✭ 304 (+415.25%)
Mutual labels:  wordpress-development
Typerocket
TypeRocket is a highly integrated MVC WordPress framework with beautiful UI components for the modern developer.
Stars: ✭ 378 (+540.68%)
Mutual labels:  wordpress-development
Intervention
WordPress plugin to configure wp-admin and application state using a single config file.
Stars: ✭ 481 (+715.25%)
Mutual labels:  wordpress-development
Admin Page Framework
Facilitates WordPress plugin and theme development.
Stars: ✭ 273 (+362.71%)
Mutual labels:  wordpress-development
Meta Box
The best plugin for WordPress custom fields and custom meta boxes
Stars: ✭ 1,039 (+1661.02%)
Mutual labels:  wordpress-development
Lumberjack
Lumberjack is a powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code.
Stars: ✭ 261 (+342.37%)
Mutual labels:  wordpress-development
Headless Wp Starter
🔪 WordPress + React Starter Kit: Spin up a WordPress-powered React app in one step
Stars: ✭ 4,144 (+6923.73%)
Mutual labels:  wordpress-development
Assely
Assely introduces some standarized and comfortable ways for creating WordPress powered applications.
Stars: ✭ 59 (+0%)
Mutual labels:  wordpress-development
Wp Functions
A compilation of function snippets for WordPress developers who create their own themes.
Stars: ✭ 1,055 (+1688.14%)
Mutual labels:  wordpress-development
Raccoon Plugin
With Raccoon, use a JSON or YAML file to manage WordPress theme features
Stars: ✭ 18 (-69.49%)
Mutual labels:  wordpress-development

Wordress Simple Bootstrap

Build Status WordPress Theme Downloads WordPress Theme Active Installs

Simple Bootstrap is clean base theme to use Twitter Boostrap 4 with Wordpress, aimed at being a starting point for developers to build their own themes using Bootstrap.

  • Very clean default graphical aspect.
  • Clean code designed to be modified by theme creators.
  • All base features of Wordpress themes (sidebars, menus, footer, header image, background, etc...)
  • All the features of Bootstrap 4, perfectly integrated with Wordpress.
  • Fully responsive.
  • Designed to use SCSS.
  • Integrates Font-Awesome for the icons.

Links

Extension guide

Let's state it clearly once and for all: trying to put some CSS above a pre-compiled Bootstrap is a very bad practice. The proper way to extend Bootstrap is to alter its behavior using SCSS and to re-compile it. Here is how to do so.

Requirements

Install dependencies

npm install

Modify SCSS files

They are located in the scss folder.

Compile SCSS files

npm run build

Report issues and contribute

See the contribution guide.

License

See the license file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].