All Projects → understrap → Understrap

understrap / Understrap

Licence: gpl-2.0
Understrap is the renowned open-source WordPress starter theme that combines Underscores with Bootstrap. Trusted by more than 100,000 developers.

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to Understrap

air
A hyper-minimal WordPress starter theme for developers built with Tailwind CSS.
Stars: ✭ 45 (-98.41%)
Mutual labels:  wordpress-development, wordpress-theme, wordpress-starter-theme
Theme
Tonik is a WordPress Starter Theme which aims to modernize, organize and enhance some aspects of WordPress theme development.
Stars: ✭ 1,197 (-57.58%)
Mutual labels:  wordpress-theme, wordpress-development, wordpress-starter-theme
luxe
Luxe is a WordPress starter theme using a modern workflow and best practices.
Stars: ✭ 22 (-99.22%)
Mutual labels:  wordpress-theme, wordpress-starter-theme, starter-theme
Create React Wptheme
Create modern, React-enabled WordPress themes with a single command.
Stars: ✭ 252 (-91.07%)
Mutual labels:  wordpress-theme, wordpress-development, wordpress-starter-theme
Sage
WordPress starter theme with a modern development workflow
Stars: ✭ 11,531 (+308.61%)
Mutual labels:  wordpress-theme, wordpress-starter-theme, bootstrap
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 (-89.9%)
Mutual labels:  wordpress-theme, wordpress-development, wordpress-starter-theme
starter-kit-theme
WordPress starter theme with a modern development stack for launching projects faster and easily
Stars: ✭ 25 (-99.11%)
Mutual labels:  wordpress-development, wordpress-theme, wordpress-starter-theme
untheme
A blank WordPress theme for developers.
Stars: ✭ 82 (-97.09%)
Mutual labels:  wordpress-development, wordpress-theme, wordpress-starter-theme
Wordpress Bootstrap
Bootstrap in WordPress theme form - Bootstrap 3.3.1
Stars: ✭ 1,494 (-47.06%)
Mutual labels:  wordpress-theme, wordpress-starter-theme, bootstrap
WordPress-UIkit-Starter-Theme
A WordPress starter theme for developers using the frontend framework UIkit
Stars: ✭ 55 (-98.05%)
Mutual labels:  wordpress-development, wordpress-theme, wordpress-starter-theme
Wp Tailwindcss Theme Boilerplate
A minimalist boilerplate for WordPress theme development using Tailwind CSS, SCSS, and Laravel Mix.
Stars: ✭ 199 (-92.95%)
Mutual labels:  wordpress-theme, wordpress-development, wordpress-starter-theme
pixels-starter-theme
Starter theme for Pixels projects
Stars: ✭ 13 (-99.54%)
Mutual labels:  wordpress-theme, wordpress-starter-theme, starter-theme
Startwordpress
Learn how to develop a WordPress theme from scratch with this basic skeleton and accompanying tutorial.
Stars: ✭ 187 (-93.37%)
Mutual labels:  wordpress-theme, wordpress-development, bootstrap
Wp Bootstrap Navwalker
A custom WordPress nav walker class to fully implement the Twitter Bootstrap 4.0+ navigation style (v3-branch available for Bootstrap 3) in a custom theme using the WordPress built in menu manager.
Stars: ✭ 3,290 (+16.58%)
Mutual labels:  wordpress-theme, bootstrap
Flynt
Component based WordPress starter theme, powered by ACF Pro and Timber, optimized for a11y and fast page load results.
Stars: ✭ 363 (-87.14%)
Mutual labels:  wordpress-theme, wordpress-starter-theme
Materialwp
Material Design WordPress Theme
Stars: ✭ 459 (-83.73%)
Mutual labels:  wordpress-theme, bootstrap
Lumberjack
Lumberjack is a powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code.
Stars: ✭ 261 (-90.75%)
Mutual labels:  wordpress-theme, wordpress-development
Wordpress Theme Puock
🎨 一款基于WordPress开发的高颜值的自适应主题,支持白天与黑夜模式、无刷新加载等。
Stars: ✭ 394 (-86.04%)
Mutual labels:  wordpress-theme, bootstrap
Vue Wordpress Pwa
An offline-first SPA using Vue.js, the WordPress REST API and Progressive Web Apps
Stars: ✭ 665 (-76.44%)
Mutual labels:  wordpress-theme, wordpress-starter-theme
Fabrica Dev Kit
A toolkit for faster, smoother WordPress 5 development
Stars: ✭ 256 (-90.93%)
Mutual labels:  wordpress-theme, wordpress-development

Build Status Wordpress Theme Version Wordpress Theme Active Installs Github Last Commit License: GPL v2

See: Official Demo | Read: Official Docs Page

Understrap WordPress Theme Framework

Website: https://understrap.com

Child Theme Project: https://github.com/understrap/understrap-child

Premium Child Themes: https://understrap.com/child-themes/

About

Understrap is the renowned open-source WordPress starter theme that combines Underscores with Bootstrap. Trusted by more than 100,000 developers.

License

Copyright 2021 Howard Development & Consulting, LLC Understrap is distributed under the terms of the GNU GPL version 2

http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html

Changelog

See changelog

Documentation

Full documentation for this theme is available at docs.understrap.com.

Basic Features

  • Combines Underscore’s PHP/JS files and Bootstrap’s HTML/CSS/JS.
  • Comes with Bootstrap (v4 and/or v5) Sass source files and additional .scss files. Nicely sorted and ready to add your own variables and customize the Bootstrap variables.
  • Uses a single minified CSS file for all the basic stuff.
  • Font Awesome integration (v4.7.0)
  • Jetpack ready
  • WooCommerce support
  • Contact Form 7 support
  • Child Theme ready
  • Translation ready

Installation

There are several ways to install Understrap. We'll look at three of them: (1) classic install by uploading Understrap to a WordPress install, (2) using npm, and (3) using the theme directory in WordPress.

Classic install

  • Download the understrap folder from GitHub or from https://understrap.com
  • IMPORTANT: If you download it from GitHub make sure you rename the "understrap-master.zip" file just to "understrap.zip" or you might have problems using child themes!
  • Upload it into your WordPress installation theme subfolder: /wp-content/themes/
  • Login to your WordPress backend
  • Go to Appearance → Themes
  • Activate the Understrap theme

npm install

  • Open your terminal
  • Change to the directory where you want to add Understrap
  • Type npm install understrap

WordPress.org install

  • Open your WordPress backend
  • Click on "Appearance -> Themes"
  • Hit the "Add new" button
  • Search for "Understrap"
  • Hit the "install" button
  • Activate the theme

Developing With npm, postCSS, Rollup, SASS and BrowserSync

This theme uses sass and postCSS to handle compiling all of the styles into one style sheet. The theme also includes rollup.js to handle javascript compilation and minification. These choices are based on the same libraries and npm commands used in Bootstrap. In addition, it comes with Browser Sync to handle live reloading while you develop.

Confused by All the CSS, SCSS, and SASS Files?

Some basics about the files that come with Understrap:

  • The theme itself uses the /style.css file only to identify the theme inside of WordPress. The file is not loaded by the theme and does not include any styles.
  • The /css/theme.css and its minified little brother /css/theme.min.css file(s) provides all styles. It is composed of different SCSS sets and one variable file, all imported at /src/sass/theme.scss
  • Your design goes into: /src/sass/theme.
    • Override Bootstrap by addind your variables to the /src/sass/theme/_theme_variables.scss
    • Add your custom styles to the /src/sass/theme/_theme.scss file
    • Or add other .scss files into it and @import it into /src/sass/theme/_theme.scss.

The same goes for Javascript. Just add your javascript to /src/js/custom-javascript.js and let rollup.js handle the rest.

Installing Dependencies

  • Make sure you have installed Node.js and Browser-Sync (optional) on your computer globally
  • Then open your terminal and browse to the location of your Understrap copy
  • Run: $ npm install

Running

To work with and compile your Sass and Javascript files on the fly start:

npm run watch

Or, to run with Browser-Sync:

First change the browser-sync options to reflect your environment in the file /build/browser-sync.config.js in the beginning of the file:

module.exports = {
	"proxy": "localhost/", // Change here
	"notify": false,
	"files": ["./css/*.min.css", "./js/*.min.js", "./**/*.php"]
};

then run:

npm run watch-bs

Bootstrap 4 Legacy Build Process

Some of our build tasks have been duplicated to support both Bootstrap 4 and Boostrap 5 asset generation. The default version of tasks will generate v5 assets.

CSS Tasks npm run css will generate v5 assets, while npm run css-bs4 will generate necessary assets for v4.

JS Tasks npm run js will generate v5 assets, while npm run js-bs4 will generate necessary assets for v4.

Watch Tasks npm run watch and npm run watch-bs will only generate for v5. Once complete, run npm run dist to update v4.

Dist Task npm run dist will generate both v4 & v5 assets.

Other Assets This theme also includes a few additional files directories to support Bootstrap 4 in /src/build-bootstrap4/, /src/sass/assets/bootstrap4/, and /src/js/bootstrap4.js

Block Editor (Gutenberg) Support

As of version 1.0.0, Understrap supports the block editor. The theme include "Bootstrap" styles automatically for default blocks like tables, captions, and blockquotes. Even further, the theme automatically parses your Bootstrap variables to load your custom color palette into the block editor, ensuring that your color choices match the front-end of the site.

Note: Wide- and full-width blocks will not work with the sidebar templates. They'll simply display in a normal width. They will work, however, with any full width templates or if sidebars are globally disabled in the customizer.

How to Use the Built-In Widget Slider

The front-page slider is widget driven. Simply add more than one widget to widget position “Hero”.

  • Click on Appearance → Widgets.
  • Add two, or more, widgets of any kind to widget area “Hero”.
  • That’s it.

RTL styles?

Add a new file to the themes root folder called rtl.css. Add all alignments to this file according to this description: https://codex.wordpress.org/Right_to_Left_Language_Support

Page Templates

Understrap includes several different page template files to render a number of unique layouts.

Blank Template

The blank.php template is useful when working with various page builders and can be used as a starting blank canvas.

Empty Template

The empty.php template displays a header and a footer only. A good starting point for landing pages.

Sidebar Templates

The theme also includes a number of templates for enabling the right and left sidebars.

Full Width Template

The fullwidthpage.php template has full width layout without a sidebar.

Licenses & Credits

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].