Skip to content

A Wordpress installation boilerplate for projects launched by Landslide Creative.

Notifications You must be signed in to change notification settings

LandslideCreative/ls-boilerplate-wp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Landslide Creative Wordpress Boilerplate

A Wordpress installation boilerplate for projects launched by Landslide Creative.

General Setup

All Wordpress core files have been moved into the /core/ directory.

The wp-config.php files have been ignored from this repo, but are available here. Place them in the /core/ directory and add your database information. On the staging server, remove the wp-config-local.php file. On the production server, leave only wp-config.php.

Plugin Management

Plugins are managed using Composer and WPackagist. Premium plugins are pulled from private repos.

After updating plugin versions in composer.json, run composer update to download updated plugin files.

Custom Installation

A custom install.php has been added to the /wp-content/ directory to create pages, set options, and activate plugins on install. To revert to the default Wordpress install, simply delete it.

Theme Development

For theme specific information, see the README.md file in the theme folder.

About

A Wordpress installation boilerplate for projects launched by Landslide Creative.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published