forked from cyberwani/blank-wordpress-theme
-
Notifications
You must be signed in to change notification settings - Fork 4
Installation Guide
kirsty-gasston edited this page Dec 15, 2015
·
6 revisions
An internal Wordpress Theme boilerplate for handling new WordPress-based projects.
- bower
- nodejs & npm
- WP Cli (Optional, but recommended)
We use the same bower packages as the Rapid Web Project Workflow.
We use the same gulp tasks as the Rapid Web Project Workflow.
wp theme install https://github.com/rapidwebltd/wordpress-project-boilerplate/archive/master.zip --activate
Download the zip file and extract it to the wp-content/themes/
folder of your existing Wordpress Installation.
js/ - Unminified JS files
layout/ - Site image assets
layout_inc/head-script.php - <head> element including CSS include
layout_inc/header.php - Header include
layout_inc/nav.php - Navigation bar include
layout_inc/footer.php - Footer include
layout_inc/footer-script.php - Page specific & global JS includes / any deferred assets loading via JS goes here
less/ - Unminified LESS files
public/css/ - Minified CSS file
public/js/ - Minified & Concatenated JS file