Skip to content

jhonyspicy/wordpress-theme-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wordpress Theme Base

Get started

Step1

add following code to your composer.json

"autoload": {
	"psr-0": {
		"": "classes/"
	}
},

Step2

write following code to functions.php which in your WrodPress theme

require __DIR__ . '/vendor/autoload.php';

use Jhonyspicy\Wordpress\Theme\Base\Base as ThemeBase;
ThemeBase::initialize();

Step3

see 'example' branch.
it include sample code.
copy it to WordPress theme directory
and you can see how it works
have fun :)

LICENSE

This is released under the LGPLv3, see LICENSE.

Copyright (c) 2014 jhonyspicy

About

This package helps make WordPress theme.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages