klieber / wordpress-skeleton

Template for using WordPress in a subdirectory managed by Composer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WordPress Skeleton

A template for using WordPress in a subdirectory managed by Composer.

Usage

  1. Clone this repository
  2. Run composer install
  3. Copy local-config.sample.php to local-config.php and fill in the details
  4. Point your web root to the /public directory

Note: If you're running on production copy local-config.sample.php to production-config.php.

For more info see this blog series: Managing Your WordPress Site With Git And Composer

About

Template for using WordPress in a subdirectory managed by Composer

License:MIT License


Languages

Language:CSS 45.9%Language:PHP 41.7%Language:JavaScript 12.4%