Just a starter WordPress theme + build process. It is built for developers to create awesome and highly customizable themes for clients or sell it on any marketplace.
Latest version of WordPress and Nodejs.
- Change folder name to your theme name. e.g:
xuraisorxu-rais. - Navigate to
node_scriptsfolder and openconfig.jsonwith your favorite editor.- Change
"name"to your theme name eg:XuraisorXu Rais. - Change
"global"to a unique prefix. e.g:xuraisorxus. - Change
"build"to your desired folder path.
- Change
- Open command line, navigate to project folder and run
npm installto install dependencies. - Run
npm run initcommand to change text-domain, prefixes, DocBlocks etc. - Run
npm run buildcommand to generate a clean copy in destination folder. - Run
npm run childto generate child-theme in build destination folder.
Note: .pot file will also be generated inside languages folder.
- Theme Options (Customizer).
- Highly Customizable and Easy to Customize.
- Bootstrap 4 and Fontawesome 5 Icons.
- Wide, Fluid and Boxed Layout.
- Right, Left or Both Sides Sidebar Supported.
- WooCommerce Ready.
- One Click Demo Import.
- Compatible with Elementor and WPBakery Page Builder.
- Forever Free.
🖥️ Hello, fellow developer! 🙂
Your pull requests will be highly welcomed. If you're looking for something to start with, you can check the issues or open one about something you want to contribute and we can discuss it before your pull request.
- You must have latest version of WordPress and Nodejs.
- Create a fork of this repository.
- Clone the fork on your local machine. Your remote repo on Github is called
origin. - Add the original repository as a remote called
upstream. - If you created your fork a while ago be sure to pull upstream changes into your local repository.
- Open command line, navigate to the local repository and run
npm installto install dependencies. - Create a new branch to work on. Keep in mind that code should meet the WordPress Coding Standards.
- Once changes/feature/fix is completed, push your branch to your fork on Github, the remote
origin. - From your fork open a pull request in the correct branch. Target this project's
mainbranch.