2017 © Pedro Peláez
 

wordpress-theme oop-theme-example

image

blogwerk/oop-theme-example

  • Saturday, May 3, 2014
  • by blogwerk
  • Repository
  • 2 Watchers
  • 18 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

blogwerk/oop-theme-example

Installation

use this composer.json to install a complete wordpress with the theme and its dependencies:, (*1)

{
  "name": "blogwerk/oop-project",

  "type": "project",

  "repositories" : [
    {
      "type" : "composer",
      "url"  : "http://rarst.net"
    }
  ],

  "require": {
    "rarst/wordpress" : ">=3.9",
    "composer/installers": "~1.0",
    "johnpbloch/wordpress-core-installer": "~0.1",
    "blogwerk/oop-theme-example": "dev-master"
  },

  "minimum-stability": "dev",

  "extra": {
    "wordpress-install-dir": ".",
    "installer-paths": {
      "wp-content/plugins/{$name}": ["type:wordpress-plugin"],
      "wp-content/themes/{$name}": ["type:wordpress-theme"]
    }
  }
}

and then run:, (*2)

composer install

The Versions

03/05 2014

dev-master

9999999-dev http://github.com/blogwerk/oop-theme-example

  Sources   Download

The Requires

 

by Michael Sebel
by Tom Forrer

wordpress object-oriented theme