Demo: quick-start.igor-noskov.ru
Plugin with additional functionality: github.com/IgorNoskov/quick-start-core
Simple theme for quick start. Use it as a starter theme and build your own theme on top of it.
- Templates for custom post types.
- Template for creating widgets.
- Customizer is configured. Templates for all types of input.
- Methods for validating necessary types of input.
- Ajax and default pagination for all post types.
- Adaptive, grid layout.
- Mobile First strategy.
- Stylus source files, ready to add your own variables.
- Gulp is configured to build the project.
- Translation ready.
- Download the quick-start folder from GitHub.
- Rename the "quick-start-master.zip" file just to "quick-start.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 Quick Start theme.
- Install Node.js on your computer globally.
- Open your terminal and browse to the location of theme
- Run:
$ npm install
To work with and compile Stylus and JS files on the fly start: $ gulp dev
Quick Start WordPress Theme, Copyright 2018 Igor Noskov. Quick Start is distributed under the terms of the GNU GPL version 2.