photopress/frame

Frame: A theme framework for developing PhotoPress themes.

Fund package maintenance!
padams
paypal.me/padams

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 3

Forks: 0

Language:JavaScript

1.0.1 2020-09-03 04:13 UTC

This package is auto-updated.

Last update: 2024-04-17 10:06:36 UTC


README

Frame is a lightweight framework for building photography-centric WordPress themes.

Installation

Use the following command from your preferred command line utility to install the package.

composer require photopress/frame

If you are bundling Frame with your theme, you'll need to add the following to your functions.php to autoload the framework:

if ( file_exists( get_parent_theme_file_path( 'vendor/autoload.php' ) ) ) {
	
	require_once( get_parent_theme_file_path( 'vendor/autoload.php' ) );
}

Purchase or donate

Frame is free. However, we ask that you purchase a support membership at PhotoPress. Even if you don't need the support, this purchase helps fund the development of this project.

Donations to the project are also appreciated.

Documentation

Documentation for Frame is maintained on the wiki. Please feel free to add to the wiki if you use the framework.

Copyright and License

This project is licensed under the GNU GPL, version 2 or later.

© Peter Adams.