2017 © Pedro Peláez
 

library wordpress-layout-style-theme

image

atomita/wordpress-layout-style-theme

  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

Wordpress Layout Style Theme

This is intended to be able to use the "layout" in the file of the theme of wordpress., (*1)

Need to call the "get_header" function or the like in the "template of content (single.php, index.php, etc.)" will be lost when you use this.
"template of content" you can focus on content for it., (*2)

Get started

Install the "atomita/wordpress-layout-style-theme" using the composer., (*3)

Copy to the "wp-content/themes/{theme-name}/layout/default.php" from "src/atomita/wordpress/LayoutStyleTheme/default.php".
And be customized., (*4)

Describe the following at the "functions.php"., (*5)

PHP 5.3 or more, (*6)

require {composer install dir} . "/vendor/autoload.php";
use \atomita\wordpress\LayoutStyleThemeFacade as LayoutStyleTheme;
LayoutStyleTheme::initialize();

Less than PHP 5.3, (*7)

require {composer install dir} . "/vendor/autoload.php";
atomita_wordpress_LayoutStyleThemeFacade::initialize();

LICENSE

This is released under the LGPLv3, see LICENSE., (*8)

Copyright (c) 2014 atomita, (*9)

The Versions

19/06 2014

dev-master

9999999-dev

  Sources   Download

LGPLv3

The Requires

 

wordpress theme

19/06 2014

0.2.0

0.2.0.0

  Sources   Download

LGPLv3

The Requires

 

wordpress theme

07/03 2014

0.1.1

0.1.1.0

  Sources   Download

LGPLv3

The Requires

 

wordpress theme

28/02 2014

0.0.3

0.0.3.0

  Sources   Download

LGPLv3

wordpress theme