Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cornernote/wordpress-skeleton
MrPHP's Own WordPress Skeleton, used for creating new WordPress applications.
https://github.com/cornernote/wordpress-skeleton
Last synced: about 2 months ago
JSON representation
MrPHP's Own WordPress Skeleton, used for creating new WordPress applications.
- Host: GitHub
- URL: https://github.com/cornernote/wordpress-skeleton
- Owner: cornernote
- License: bsd-3-clause
- Created: 2014-02-20T05:14:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-21T12:43:03.000Z (almost 11 years ago)
- Last Synced: 2024-10-30T08:48:59.380Z (3 months ago)
- Language: PHP
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordPress Skeleton
MrPHP's Own WordPress Skeleton, used for creating new WordPress applications.
## About
Copyright (c) 2014 Mr PHP
Source Code: https://github.com/cornernote/wordpress-skeleton
## Installation with Composer
install composer
```
curl http://getcomposer.org/installer | php
```add required packages to `composer.json` then
```
php composer.phar update
```You also need to copy `wp/wp-content/*` to `wp-content/`, in particular the `wp/wp-content/themes/twentyfourteen` folder (or your selected theme).
If you would like WordPress to run it's normal installation wizard then rename `wp-config.php` to `wp-config.bak.php` then visit `/wp/index.php` (not `index.php`). Once the installation wizard is complete, you can copy the generated defines from `wp/wp-config.php` into `config.php` and remove `wp/wp-config.php`.
useful links:
* https://getcomposer.org/
* https://packagist.org/
* http://wpackagist.org/